2018-12-25 21:08:33 -07:00

8 lines
84 B
Rust

#![feature(lang_items)]
#[lang = "arc"]
struct Foo; //~ ERROR E0152
fn main() {
}