-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Add rustc --run #9826
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
With the removal of the
rusttool, there is nothing good to place in the initial hashbang comment in a Rust file (you used to be putrust runin there).rustc --runshould 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.