Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
auto-traits
/
pre-cfg.rs
blob: e806686f965c3b9ae9b376c4da505abfa212f65b [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}