rust/src/test/ui/similar-tokens.stderr

9 lines
244 B
Plaintext
Raw Normal View History

error: expected one of `,` or `as`, found `.`
--> $DIR/similar-tokens.rs:17:10
|
2017-11-20 06:13:27 -06:00
17 | use x::{A. B}; //~ ERROR expected one of `,` or `as`, found `.`
| ^ expected one of `,` or `as` here
error: aborting due to previous error