File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
compiler/rustc_error_messages/locales/en-US Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,11 @@ attr_invalid_meta_item =
33
33
34
34
attr_invalid_issue_string =
35
35
`issue` must be a non-zero numeric string or "none"
36
- attr_must_not_be_zero =
37
- `issue` must not be "0", use "none" instead
38
- attr_empty =
39
- cannot parse integer from empty string
40
- attr_invalid_digit =
41
- invalid digit found in string
42
- attr_pos_overflow =
43
- number too large to fit in target type
44
- attr_neg_overflow =
45
- number too small to fit in target type
36
+ .must_not_be_zero = `issue` must not be "0", use "none" instead
37
+ .empty = cannot parse integer from empty string
38
+ .invalid_digit = invalid digit found in string
39
+ .pos_overflow = number too large to fit in target type
40
+ .neg_overflow = number too small to fit in target type
46
41
47
42
attr_missing_issue =
48
43
missing 'issue'
You can’t perform that action at this time.
0 commit comments