blob: 1fe8dba166ec057c284382cdf2745a2ae098610e [file] [log] [blame]
#[rustversion::stable(nightly)]
struct S;
#[rustversion::any(stable(nightly))]
struct S;
fn main() {}