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

error: aborting due to previous error

For more information about this error, try `rustc --explain E0223`.