]> git.proxmox.com Git - rustc.git/blame - tests/ui/issues/issue-22434.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / issues / issue-22434.stderr
CommitLineData
ed00b5ec 1error[E0191]: the value of the associated type `A` in `Foo` must be specified
dfeec247 2 --> $DIR/issue-22434.rs:5:23
8faf50e0 3 |
a1dfa0c6 4LL | type A;
064997fb 5 | ------ `A` defined here
a1dfa0c6 6...
dc9dc135 7LL | type I<'a> = &'a (dyn Foo + 'a);
dfeec247 8 | ^^^ help: specify the associated type: `Foo<A = Type>`
8faf50e0 9
4b012472 10error: aborting due to 1 previous error
8faf50e0
XL
11
12For more information about this error, try `rustc --explain E0191`.