Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #152698 - Zalathar:zforce, r=jieyouxu
Suppress unstable-trait notes under `-Zforce-unstable-if-unmarked` - Fixes https://github.com/rust-lang/rust/issues/152692. --- https://github.com/rust-lang/rust/pull/151036 adds extra diagnostic text (“the nightly-only, unstable trait”) to note when a not-implemented trait is unstable. However, that extra text is usually unhelpful when building a crate graph with `-Zforce-unstable-if-unmarked` (such as the compiler or stdlib), because *any* trait not explicitly marked stable will be treated as unstable. (For typical compiler contributors using the stage0 compiler, this fix won't take effect until the next bootstrap beta bump.)
Stuart Cook 2 months ago
parent 85646c8 · parent 3efb0c2 · commit 725d9dc
0 files changed, 0 insertions, 0 deletions