We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a52a2 commit 81ae93eCopy full SHA for 81ae93e
src/librustc_lint/lib.rs
@@ -306,4 +306,8 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
306
"converted into hard error, see https://github.com/rust-lang/rust/issues/36892");
307
store.register_removed("extra_requirement_in_impl",
308
"converted into hard error, see https://github.com/rust-lang/rust/issues/37166");
309
+ store.register_removed("coerce_never",
310
+ "converted into hard error, see https://github.com/rust-lang/rust/issues/48950");
311
+ store.register_removed("resolve_trait_on_defaulted_unit",
312
313
}
0 commit comments