]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/associated-types-project-from-hrtb-in-fn.stderr
feat(rustdoc): open sidebar menu when links inside it are focused
[rust.git] / src / test / ui / associated-types / associated-types-project-from-hrtb-in-fn.stderr
1 error[E0212]: cannot use the associated type of a trait with uninferred generic parameters
2   --> $DIR/associated-types-project-from-hrtb-in-fn.rs:13:8
3    |
4 LL |     x: I::A)
5    |        ^^^^ help: use a fully qualified path with inferred lifetimes: `<I as Foo<&isize>>::A`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0212`.