summary refs log tree commit diff
path: root/src/test/ui/parser/import-from-path.stderr
blob: 1628c120945c86e3510f0b6077ffeb5a0a3b4a2b (plain)
1
2
3
4
5
6
7
8
error: expected `;`, found `::`
  --> $DIR/import-from-path.rs:14:15
   |
LL | use foo::{bar}::baz
   |               ^^ expected `;`

error: aborting due to previous error