mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 03:57:37 +00:00
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
|
||
|
|