]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/import-glob-rename.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / parser / import-glob-rename.stderr
1 error: expected `;`, found keyword `as`
2 --> $DIR/import-glob-rename.rs:3:12
3 |
4 LL | use foo::* as baz;
5 | ^^ expected `;`
6 |
7 = note: the wildcard token must be last on the path
8
9 error: aborting due to previous error
10