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
Deny warnings in libcore and libstd
This probably fixes#57178 (though there may still be some crates that need warnings denied). At least after this change, rustc currently produces no warnings during compilation.
r? @oli-obk
rustc should not compile with any warnings. Some warnings are currently denied, but not all: see #57177, for instance, where a warning got through.
The text was updated successfully, but these errors were encountered: