rust/src/test/ui/parser/import-from-path.stderr

9 lines
173 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected `;`, found `::`
2018-12-25 09:56:47 -06:00
--> $DIR/import-from-path.rs:4:15
2018-10-20 15:36:17 -05:00
|
LL | use foo::{bar}::baz
| ^^ expected `;`
error: aborting due to previous error