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_error_messages/locales/en-US/typeck.ftl
-6
Original file line number
Diff line number
Diff line change
@@ -95,12 +95,6 @@ typeck-expected-return-type = expected `{$expected}` because of return type
95
95
typeck-unconstrained-opaque-type = unconstrained opaque type
96
96
.note = `{$name}` must be used in combination with a concrete type within the same module
97
97
98
-
typeck-explicit-generic-args-with-impl-trait =
99
-
cannot provide explicit generic arguments when `impl Trait` is used in argument position
100
-
.label = explicit generic argument not allowed
101
-
.note = see issue #83701 <https://github.com/rust-lang/rust/issues/83701> for more information
102
-
.help = add `#![feature(explicit_generic_args_with_impl_trait)]` to the crate attributes to enable
0 commit comments