mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Refactor 'invalid issue' diagnostic to use labels within the same Fluent object
This commit is contained in:
parent
b3be7698d6
commit
b731bfa2d4
@ -33,16 +33,11 @@ attr_invalid_meta_item =
|
|||||||
|
|
||||||
attr_invalid_issue_string =
|
attr_invalid_issue_string =
|
||||||
`issue` must be a non-zero numeric string or "none"
|
`issue` must be a non-zero numeric string or "none"
|
||||||
attr_must_not_be_zero =
|
.must_not_be_zero = `issue` must not be "0", use "none" instead
|
||||||
`issue` must not be "0", use "none" instead
|
.empty = cannot parse integer from empty string
|
||||||
attr_empty =
|
.invalid_digit = invalid digit found in string
|
||||||
cannot parse integer from empty string
|
.pos_overflow = number too large to fit in target type
|
||||||
attr_invalid_digit =
|
.neg_overflow = number too small to fit in target type
|
||||||
invalid digit found in string
|
|
||||||
attr_pos_overflow =
|
|
||||||
number too large to fit in target type
|
|
||||||
attr_neg_overflow =
|
|
||||||
number too small to fit in target type
|
|
||||||
|
|
||||||
attr_missing_issue =
|
attr_missing_issue =
|
||||||
missing 'issue'
|
missing 'issue'
|
||||||
|
Loading…
Reference in New Issue
Block a user