migrate ambiguous plus diagnostic
This commit is contained in:
parent
eb55cdce4b
commit
519dd8e9de
3 changed files with 27 additions and 9 deletions
|
@ -1,3 +1,6 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue