summary refs log tree commit diff
path: root/src/test/ui/issue-34209.stderr
blob: a832aab4c26538fca0cf61cb8d16afb921a66413 (plain)
1
2
3
4
5
6
7
8
9
10
error[E0223]: ambiguous associated type
  --> $DIR/issue-34209.rs:17:9
   |
17 |         S::B{ } => { },
   |         ^^^^ ambiguous associated type
   |
   = note: specify the type using the syntax `<S as Trait>::B`

error: aborting due to previous error