We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651e9cf commit b52df8dCopy full SHA for b52df8d
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