rust/src/test/ui/issue-34209.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

12 lines
325 B
Plaintext

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`.