blob: 495daf08dd2240f6a1b4d4e1f93d63030e113837 [file] [log] [blame]
//@ 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