mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
820bb7f7df
Don't show warnings from xcrun with -Zverbose-internals These kinds of warnings can make our test suite fail spuriously, so if we want them, we'll need a different flag. This was introduced in https://github.com/rust-lang/rust/pull/131477. Fixes https://github.com/rust-lang/rust/issues/145543. r? apiraino ```@bors``` rollup
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.