rust/src/test/ui/parser/pat-lt-bracket-2.stderr
Vadim Petrochenkov 7977250fb4 Make sure all ui/parse tests have -Z parse-only
Except those testing parsing during macro expansion
2018-10-21 14:06:29 +03:00

9 lines
188 B
Plaintext

error: expected one of `:` or `@`, found `<`
--> $DIR/pat-lt-bracket-2.rs:13:7
|
LL | fn a(B<) {}
| ^ expected one of `:` or `@` here
error: aborting due to previous error