We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a76b34 commit 804c6b4Copy full SHA for 804c6b4
compiler/rustc_parse/messages.ftl
@@ -703,7 +703,7 @@ parse_path_double_colon = path separator must be a double colon
703
.suggestion = use a double colon instead
704
705
parse_path_found_named_params = `Trait(...)` syntax does not support named parameters
706
- .suggestion = remove name of the param
+ .suggestion = remove name of the parameter
707
708
parse_pattern_method_param_without_body = patterns aren't allowed in methods without bodies
709
.suggestion = give this argument a name or use an underscore to ignore it
0 commit comments