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 e622543 commit 36363e5Copy full SHA for 36363e5
compiler/rustc_typeck/src/collect.rs
@@ -359,8 +359,8 @@ impl AstConv<'tcx> for ItemCtxt<'tcx> {
359
self.tcx().sess,
360
span,
361
E0212,
362
- "cannot extract an associated type from a higher-ranked trait bound \
363
- in this context"
+ "cannot use the associated type of a trait \
+ with uninferred generic parameters"
364
);
365
366
match self.node() {
0 commit comments