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