Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lang-items
/
required-lang-item.rs
blob: 495daf08dd2240f6a1b4d4e1f93d63030e113837 [
file
] [
log
] [
blame
] [
edit
]
//@ 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