about summary refs log tree commit diff
path: root/tests/ui/async-await/async-drop/elaborate-index-out-of-bounds.stderr
blob: d8582398c797eac856ce6efd0d89b1fe09ad1a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0046]: not all trait items implemented, missing: `drop`
  --> $DIR/elaborate-index-out-of-bounds.rs:14:1
   |
LL | impl AsyncDrop for HasIncompleteAsyncDrop {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `drop` in implementation
   |
   = help: implement the missing item: `async fn drop(self: Pin<&mut Self>) { todo!() }`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0046`.