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 c643bb2 commit 3a76b34Copy full SHA for 3a76b34
compiler/rustc_parse/messages.ftl
@@ -702,7 +702,7 @@ parse_parenthesized_lifetime_suggestion = remove the parentheses
702
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 = syntax does not allow named arguments
+parse_path_found_named_params = `Trait(...)` syntax does not support named parameters
706
.suggestion = remove name of the param
707
708
parse_pattern_method_param_without_body = patterns aren't allowed in methods without bodies
0 commit comments