Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
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
()
{}