]> git.lizzy.rs Git - rust.git/blob - tests/ui/span/gated-features-attr-spans.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / span / gated-features-attr-spans.rs
1 #[repr(simd)] //~ ERROR are experimental
2 struct Coord {
3     x: u32,
4     y: u32,
5 }
6
7 fn main() {}