]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-from-path.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / parser / import-from-path.stderr
1 error: expected `;`, found `::`
2   --> $DIR/import-from-path.rs:14:15
3    |
4 LL | use foo::{bar}::baz
5    |               ^^ expected `;`
6
7 error: aborting due to previous error
8