8 lines
84 B
Rust
8 lines
84 B
Rust
#![feature(lang_items)]
|
|
|
|
#[lang = "arc"]
|
|
struct Foo; //~ ERROR E0152
|
|
|
|
fn main() {
|
|
}
|