mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
9 lines
185 B
Rust
9 lines
185 B
Rust
![]() |
// check-pass
|
||
|
|
||
|
#[cfg(FALSE)]
|
||
|
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() {}
|