7 lines
117 B
Rust
7 lines
117 B
Rust
#![feature(unsafe_attributes)]
|
|
|
|
#[unsafe(repr(C))] //~ ERROR: is not an unsafe attribute
|
|
struct Foo {}
|
|
|
|
fn main() {}
|