Skip to content

Commit affc073

Browse files
committed
fixed comm
1 parent b3f20a8 commit affc073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/codes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use std::fmt;
88

99
rustc_index::newtype_index! {
10-
#[max = 9999]
10+
#[max = 9999] // Because all error codes have four digits.
1111
#[orderable]
1212
#[encodable]
1313
#[debug_format = "ErrCode({})"]

0 commit comments

Comments
 (0)