mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 11:07:32 +00:00
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() {}
|