Source code

Revision control

Copy as Markdown

Other Tools

#[rustversion::any(not)]
struct S;
#[rustversion::any(not, not)]
struct S;
fn main() {}