summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/import-glob-rename.stderr
blob: e1a026b639e7e3b91ca8879ced872be148148bea (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `;`, found keyword `as`
  --> $DIR/import-glob-rename.rs:3:12
   |
LL | use foo::* as baz;
   |            ^^ expected `;`
   |
   = note: the wildcard token must be last on the path

error: aborting due to previous error