]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/import-from-path.stderr
New upstream version 1.67.1+dfsg1
[rustc.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