]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_error_messages/locales/en-US/parser.ftl
New upstream version 1.62.1+dfsg1
[rustc.git] / compiler / rustc_error_messages / locales / en-US / parser.ftl
CommitLineData
04454e1e
FG
1parser-struct-literal-body-without-path =
2 struct literal body without path
3 .suggestion = you might have forgotten to add the struct literal inside the block
4
5parser-maybe-report-ambiguous-plus =
6 ambiguous `+` in a type
7 .suggestion = use parentheses to disambiguate