You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR swaps the order of the --edition and --crate-name args in the
rustc invocation.
Before: rustc --edition=2018 --crate-name cargo ...
After: rustc --crate-name cargo --edition=2018 ...
The crate name is a lot more relevant when looking at processes in top
for example, and should appear first.
0 commit comments