]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-glob-path.stderr
Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez
[rust.git] / src / test / ui / parser / import-glob-path.stderr
1 error: expected `;`, found `::`
2   --> $DIR/import-glob-path.rs:2:11
3    |
4 LL | use foo::*::bar
5    |           ^^ expected `;`
6    |
7    = note: the wildcard token must be last on the path
8
9 error: aborting due to previous error
10