9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
error: expected type, found keyword `async`
|
|
--> $DIR/impl-header.rs:5:6
|
|
|
|
|
LL | impl async Fn<()> for F {}
|
|
| ^^^^^ expected type
|
|
|
|
error: aborting due to 1 previous error
|
|
|