Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #9571 - sunjay:fix_deny_warnings_but_not_others, r=alex…
…crichton Change how the fix_deny_warnings_but_not_others test works This changes how the `fix_deny_warnings_but_not_others` test works to avoid breakage from a new compiler suggestion that affects rustfix. It should still test the same thing, but through a slightly different mechanism to avoid breaking when new compiler suggestion are added. Relevant PR for rust-lang/rust: rust-lang/rust#83004 Full explanation in this comment: rust-lang/rust#83004 (comment) Please let me know if you have a better suggestion for this fix. I believe [we're trying to land this ASAP because the beta is being cut tomorrow](rust-lang/rust#83004 (comment)), so I will try to get back to any feedback as soon as possible. cc `@pnkfelix`
- Loading branch information