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