mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
9 lines
244 B
Plaintext
9 lines
244 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 previous error
|
|
|