I'm learning Rust, and was using the sublime's default Rust package, it allows me to run `rustc` and then, run the executable, here's the command. ``` "shell_cmd": "rustc \"$file\" && \"./$file_base_name\"", ``` After installing `Rust Enhanced`, I'm unable to run like this. I can make a little hack here editing the `.build` file, but my proposal is to add the equivalent command to this package.