rust/compiler/rustc_error_messages/locales/en-US/parser.ftl
2022-04-26 11:13:23 +02:00

8 lines
281 B
Plaintext

parser-struct-literal-body-without-path =
struct literal body without path
.suggestion = you might have forgotten to add the struct literal inside the block
parser-maybe-report-ambiguous-plus =
ambiguous `+` in a type
.suggestion = use parentheses to disambiguate