mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 04:57:35 +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
|
|
|