rust/src/test/ui/parser/issue-33455.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
200 B
Text

error: expected one of `::`, `;`, or `as`, found `.`
--> $DIR/issue-33455.rs:1:8
|
LL | use foo.bar;
| ^ expected one of `::`, `;`, or `as` here
error: aborting due to previous error