]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23073.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-23073.stderr
1 error[E0223]: ambiguous associated type
2   --> $DIR/issue-23073.rs:16:17
3    |
4 LL |     type FooT = <<Self as Bar>::Foo>::T; //~ ERROR ambiguous associated type
5    |                 ^^^^^^^^^^^^^^^^^^^^^^^ ambiguous associated type
6    |
7    = note: specify the type using the syntax `<<Self as Bar>::Foo as Trait>::T`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0223`.