]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-glob-path.stderr
Point (again) to more expressions with their type, even if not fully resolved
[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