Make deprecated_cfg_attr_crate_type_name a hard error
This commit is contained in:
@@ -570,6 +570,11 @@ fn register_builtins(store: &mut LintStore) {
|
||||
"converted into hard error, see RFC #3535 \
|
||||
<https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information",
|
||||
);
|
||||
store.register_removed(
|
||||
"deprecated_cfg_attr_crate_type_name",
|
||||
"converted into hard error, see issue #91632 \
|
||||
<https://github.com/rust-lang/rust/issues/91632> for more information",
|
||||
);
|
||||
store.register_removed(
|
||||
"pointer_structural_match",
|
||||
"converted into hard error, see RFC #3535 \
|
||||
|
||||
Reference in New Issue
Block a user