2024-02-16 20:02:50 +00:00
|
|
|
//@ check-pass
|
2023-10-03 19:06:17 +00:00
|
|
|
|
2025-03-29 17:24:03 +00:00
|
|
|
#[cfg(false)]
|
2023-10-03 19:06:17 +00:00
|
|
|
auto trait Foo {}
|
|
|
|
|
//~^ WARN `auto` traits are unstable
|
|
|
|
|
//~| WARN unstable syntax can change at any point in the future, causing a hard error!
|
|
|
|
|
|
|
|
|
|
fn main() {}
|