]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-from-path.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / import-from-path.stderr
1 error: expected `;`, found `::`
2   --> $DIR/import-from-path.rs:2:15
3    |
4 LL | use foo::{bar}::baz
5    |               ^^ expected `;`
6    |
7    = note: glob-like brace syntax must be last on the path
8
9 error: aborting due to previous error
10