summaryrefslogtreecommitdiffstats
path: root/src/test/ui/span/gated-features-attr-spans.rs
blob: 69511ab8e1fc75985cf88744c0b529174ca89e61 (plain)
1
2
3
4
5
6
7
#[repr(simd)] //~ ERROR are experimental
struct Coord {
    x: u32,
    y: u32,
}

fn main() {}