7977250fb4
Except those testing parsing during macro expansion
9 lines
188 B
Plaintext
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
|
|
|