summary refs log tree commit diff
path: root/src/test/ui/parser/import-glob-path.stderr
blob: ebca2db8305c3884e0418fbfeb574bc7328908d5 (plain)
1
2
3
4
5
6
7
8
error: expected `;`, found `::`
  --> $DIR/import-glob-path.rs:2:11
   |
LL | use foo::*::bar
   |           ^^ expected `;`

error: aborting due to previous error