Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
auxiliary
/
stability-cfg2.rs
blob: ed69d26a9cb1e09ae27cf89967339eab4b4cbe0f [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:--cfg foo
#![
cfg_attr
(
foo
,
unstable
(
feature
=
"unstable_test_feature"
,
issue
=
"none"
))]
#![
cfg_attr
(
not
(
foo
),
stable
(
feature
=
"test_feature"
,
since
=
"1.0.0"
))]
#![
feature
(
staged_api
)]