make const_err a hard error
This commit is contained in:
parent
5854680388
commit
fd59d44f58
254 changed files with 1460 additions and 5402 deletions
|
@ -522,6 +522,11 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
|
|||
"now allowed, see issue #59159 \
|
||||
<https://github.com/rust-lang/rust/issues/59159> for more information",
|
||||
);
|
||||
store.register_removed(
|
||||
"const_err",
|
||||
"converted into hard error, see issue #71800 \
|
||||
<https://github.com/rust-lang/rust/issues/71800> for more information",
|
||||
);
|
||||
}
|
||||
|
||||
fn register_internals(store: &mut LintStore) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue