mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 17:55:20 +00:00
5 lines
131 B
Rust
5 lines
131 B
Rust
#![crate_type = "lib"]
|
|
|
|
#[repr(align(16))] //~ ERROR `repr(align)` attributes on functions are unstable
|
|
fn requires_alignment() {}
|