]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-glob-path.stderr
Account for cases where we can find the type arg name, but the local name is `_`
[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 error: aborting due to previous error
8