]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/import-glob-rename.stderr
Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank
[rust.git] / tests / 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