2022-04-12 03:34:40 -05:00
|
|
|
parser-struct-literal-body-without-path =
|
|
|
|
struct literal body without path
|
|
|
|
.suggestion = you might have forgotten to add the struct literal inside the block
|
2022-04-26 04:13:23 -05:00
|
|
|
|
2022-04-25 15:55:15 -05:00
|
|
|
parser-maybe-report-ambiguous-plus =
|
|
|
|
ambiguous `+` in a type
|
|
|
|
.suggestion = use parentheses to disambiguate
|
2022-05-16 17:16:27 -05:00
|
|
|
|
|
|
|
parser-maybe-recover-from-bad-type-plus =
|
|
|
|
expected a path on the left-hand side of `+`, not `{$ty}`
|
|
|
|
|
|
|
|
parser-add-paren = try adding parentheses
|
|
|
|
|
|
|
|
parser-forgot-paren = perhaps you forgot parentheses?
|
|
|
|
|
|
|
|
parser-expect-path = expected a path
|