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 651e9cf commit 52daf9fCopy full SHA for 52daf9f
compiler/rustc_error_codes/src/lib.rs
@@ -547,6 +547,7 @@ E0801: 0801,
547
E0802: 0802,
548
E0803: 0803,
549
E0804: 0804,
550
+E9999: 9999,
551
);
552
)
553
}
compiler/rustc_errors/src/codes.rs
@@ -7,7 +7,6 @@
7
use std::fmt;
8
9
rustc_index::newtype_index! {
10
- #[max = 9999] // Because all error codes have four digits.
11
#[orderable]
12
#[encodable]
13
#[debug_format = "ErrCode({})"]
0 commit comments