mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
error: expected identifier, found `<`
|
|
--> $DIR/fn-invalid-generics.rs:5:3
|
|
|
|
|
LL | fn<~>()> id(x: T) -> T { x }
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to previous error
|
|
|