about summary refs log tree commit diff
path: root/tests/ui/lang-items/required-lang-item.stderr
blob: 13c07ee652933f69b58da3c0a85355532d4aee32 (plain)
1
2
3
4
5
6
7
8
error: requires `ResumeTy` lang_item
  --> $DIR/required-lang-item.rs:10:14
   |
LL | async fn x() {}
   |              ^^

error: aborting due to 1 previous error