1
Fork 0

migrate ambiguous plus diagnostic

This commit is contained in:
Christian Poveda 2022-04-25 22:55:15 +02:00
parent eb55cdce4b
commit 519dd8e9de
No known key found for this signature in database
GPG key ID: 27525EF5E7420A50
3 changed files with 27 additions and 9 deletions

View file

@ -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