]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/import-glob-path.stderr
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / 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