]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-types/associated-types-project-from-hrtb-in-fn.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / associated-types / associated-types-project-from-hrtb-in-fn.stderr
CommitLineData
fc512014 1error[E0212]: cannot use the associated type of a trait with uninferred generic parameters
74b04a01 2 --> $DIR/associated-types-project-from-hrtb-in-fn.rs:13:8
b7449926
XL
3 |
4LL | x: I::A)
74b04a01 5 | ^^^^ help: use a fully qualified path with inferred lifetimes: `<I as Foo<&isize>>::A`
b7449926
XL
6
7error: aborting due to previous error
8
fc512014 9For more information about this error, try `rustc --explain E0212`.