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 b3f20a8 commit affc073Copy full SHA for affc073
compiler/rustc_errors/src/codes.rs
@@ -7,7 +7,7 @@
7
use std::fmt;
8
9
rustc_index::newtype_index! {
10
- #[max = 9999]
+ #[max = 9999] // Because all error codes have four digits.
11
#[orderable]
12
#[encodable]
13
#[debug_format = "ErrCode({})"]
0 commit comments