Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
auto-traits
/
pre-cfg.rs
blob: 4820a53535803501869ed3b688758488f44ba041 [
file
] [
log
] [
blame
]
//@ 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
()
{}