]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-glob-rename.stderr
Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus
[rust.git] / src / test / ui / parser / import-glob-rename.stderr
1 error: expected `;`, found keyword `as`
2   --> $DIR/import-glob-rename.rs:5:12
3    |
4 LL | use foo::* as baz;
5    |            ^^ expected `;`
6
7 error: aborting due to previous error
8