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