41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `<`
|
|
--> $DIR/issue-111148.rs:1:6
|
|
|
|
|
LL | fn a<<i<Y<w<>#
|
|
| ^ expected one of `#`, `>`, `const`, identifier, or lifetime
|
|
|
|
error: aborting due to 1 previous error
|
|
|