blob: dcaf9208835438b0f94f46980236bd224f376117 [file] [log] [blame]
#![feature(lang_items)]
#[lang = "arc"]
struct Foo; //~ ERROR E0152
fn main() {
}