1 2 3 4 5 6 7
#[rustversion::any(not)] struct S; #[rustversion::any(not, not)] struct S; fn main() {}