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
### What does this PR try to resolve?
The rest cases `cache_messages::wacky_hashless_fingerprint`,
`warning_override::config`, `warning_override::requires_nightly`,
`warning_override::rustc_caching_deny_first` and
`warning_override::rustc_caching_allow_first` are too strict and prevent
merging rust-lang/rust#142390.
This PR relaxes the expected output to allow for the `cargo fix`
suggestion.
### How to test and review this PR?
Checkout rustc at rust-lang/rust#142390, change
`src/tools/cargo` to this branch, and verify that cargo tests pass.
0 commit comments