-
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
compiletest: let config flags overwrite -A unused #70978
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Hm, I'm surprised this is necessary as I wouldn't expect host/target flags to be changing lint levels. But it also seems reasonable, so @bors r+ |
📌 Commit b973cb7 has been approved by |
@Mark-Simulacrum in Miri we are using host/target flags to overwrite the |
@bors rollup |
r? @Mark-Simulacrum to match review |
Rollup of 9 pull requests Successful merges: - rust-lang#69745 (Use `PredicateObligation`s instead of `Predicate`s) - rust-lang#70938 (Add ThreadSanitizer test case) - rust-lang#70973 (Use forward traversal for unconditional recursion lint) - rust-lang#70978 (compiletest: let config flags overwrite -A unused) - rust-lang#70979 (Follow up on BTreeMap comments) - rust-lang#70981 (Rearrange BTreeMap::into_iter to match range_mut.) - rust-lang#70985 (Clean up E0512 explanation) - rust-lang#70988 (Setup the `@rustbot prioritize` command) - rust-lang#70991 (fix rustc-dev-guide's url in src/librustc_codegen_ssa) Failed merges: r? @ghost
Cc Manishearth/compiletest-rs#216