41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
|
|
|