blob: ee3773675e0f1cfaa2a64909ba5c32c800795e49 [file] [log] [blame]
#![feature(lang_items, no_core)]
#![no_core]
#[lang="copy"] pub trait Copy { }
#[lang="sized"] pub trait Sized { }
// error-pattern:requires `start` lang_item
fn main() {}