You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: compiler/rustc_parse/messages.ftl
+3
Original file line number
Diff line number
Diff line change
@@ -739,6 +739,9 @@ parse_trailing_vert_not_allowed = a trailing `|` is not allowed in an or-pattern
739
739
parse_trait_alias_cannot_be_auto = trait aliases cannot be `auto`
740
740
parse_trait_alias_cannot_be_unsafe = trait aliases cannot be `unsafe`
741
741
742
+
parse_transpose_dyn_or_impl = `for<...>` expected after `{$kw}`, not before
743
+
.suggestion = move `{$kw}` before the `for<...>`
744
+
742
745
parse_type_ascription_removed =
743
746
if you meant to annotate an expression with a type, the type ascription syntax has been removed, see issue #101728 <https://github.com/rust-lang/rust/issues/101728>
0 commit comments