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
Currently, Rust lets you specify the edition via -Zunstable-options -Zedition.
I'd like to stabilize the flag as --edition, such that non-nightly Rust can only pass down --edition=2015, but other versions can specify anything there.