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
Rollup merge of rust-lang#69926 - RoccoDev:master, r=estebank,varkor
rustc: Add a warning count upon completion
This adds a `build completed with one warning/x warnings` message, similar to the already present `aborted due to previous error` message.
However, tests fail because they aren't expecting this message to be printed to stderr (or stdout).
Do we edit the tests or do we try to work around it?
0 commit comments