Drop a few unused diagnostic codes
Avoids warnings during bootstrap, similar to:
src/librustc/lib.rs:149:1: 149:39 warning: diagnostic code E0099 never used
src/librustc/lib.rs:149 __build_diagnostic_array!(DIAGNOSTICS)
All of these codes stopped being used in this commit:
688ddf7 ("typeck/kind -- stop using old trait framework.")
See also similar fix: https://github.com/rust-lang/rust/issues/16449
This commit is contained in:
parent
b75b0f7923
commit
573aa3549a
1 changed files with 0 additions and 7 deletions
|
|
@ -109,11 +109,6 @@ register_diagnostics!(
|
|||
E0092,
|
||||
E0093,
|
||||
E0094,
|
||||
E0095,
|
||||
E0096,
|
||||
E0097,
|
||||
E0098,
|
||||
E0099,
|
||||
E0100,
|
||||
E0101,
|
||||
E0102,
|
||||
|
|
@ -153,7 +148,6 @@ register_diagnostics!(
|
|||
E0139,
|
||||
E0140,
|
||||
E0141,
|
||||
E0142,
|
||||
E0143,
|
||||
E0144,
|
||||
E0145,
|
||||
|
|
@ -169,6 +163,5 @@ register_diagnostics!(
|
|||
E0157,
|
||||
E0158,
|
||||
E0159,
|
||||
E0160,
|
||||
E0161
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue