about summary refs log tree commit diff
path: root/tests/ui/lang-items/required-lang-item.rs
blob: 495daf08dd2240f6a1b4d4e1f93d63030e113837 (plain)
1
2
3
4
5
6
7
8
9
10
//@ edition: 2018

#![feature(lang_items, no_core)]
#![no_core]
#![no_main]

#[lang="copy"] pub trait Copy { }
#[lang="sized"] pub trait Sized { }

async fn x() {} //~ ERROR requires `ResumeTy` lang_item