mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 01:08:18 +00:00
9 lines
186 B
Plaintext
9 lines
186 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 1 previous error
|
|
|