-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn about invalid mir-enable-passes
pass names
#132901
Conversation
rustbot has assigned @compiler-errors. Use |
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
8c00f02
to
e87d73b
Compare
Ah, looks like there's an issue with this approach - |
This comment has been minimized.
This comment has been minimized.
e87d73b
to
e76c2fa
Compare
@rustbot ready |
07322e6
to
f9f6fd2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ed02850
to
e051f4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this should be quite a nice cli UX improvement for people working on MIR opts and people doing bisection/debugging. One tiny nit then r=me.
@rustbot author |
e051f4c
to
8c64e9d
Compare
@bors r=jieyouxu |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#131831 (extend the "if-unchanged" logic for compiler builds) - rust-lang#132541 (Proper support for cross-crate recursive const stability checks) - rust-lang#132657 (AIX: add run-make support) - rust-lang#132901 (Warn about invalid `mir-enable-passes` pass names) - rust-lang#132923 (Triagebot: Consolidate the T-compiler ad hoc assignment groups) - rust-lang#132938 (Make precise capturing suggestion machine-applicable only if it has no APITs) - rust-lang#132947 (clarify `must_produce_diag` ICE for debugging) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#132901 - clubby789:enable-pass-check, r=jieyouxu Warn about invalid `mir-enable-passes` pass names Fixes rust-lang#132805
Fixes #132805