about summary refs log tree commit diff
path: root/tests/ui/async-await/async-fn/impl-header.stderr
blob: 02cb432624274499ea2034350e2c4510637d2441 (plain)
1
2
3
4
5
6
7
8
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