rust/tests/ui/async-await/async-fn/impl-header.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
183 B
Plaintext
Raw Normal View History

2024-01-26 17:00:34 +00:00
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