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
Previously, I was modifying src/bootstrap/bin/rustc.rs and adding a check for a specific crate name. Knowing about these flags would have saved me time.
I just learned about these today: rust-lang/rust#47836
Previously, I was modifying
src/bootstrap/bin/rustc.rsand adding a check for a specific crate name. Knowing about these flags would have saved me time.