rust/src/test/ui/parser/bad-name.stderr

9 lines
226 B
Plaintext
Raw Normal View History

error: expected one of `:`, `;`, `=`, `@`, or `|`, found `.`
--> $DIR/bad-name.rs:4:8
2018-10-20 15:36:17 -05:00
|
LL | let x.y::<isize>.z foo;
| ^ expected one of `:`, `;`, `=`, `@`, or `|` here
2018-10-20 15:36:17 -05:00
error: aborting due to previous error