Closed
Description
With the removal of the rust
tool, there is nothing good to place in the initial hashbang comment in a Rust file (you used to be put rust run
in there). rustc --run
should be added to fill that gap.
The use case, of course, is some kind support for script-like usage for Rust which will become attractive when the compilation speed improves.