Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
auxiliary
/
stability_cfg1.rs
blob: 2e027cc272f1f5cb61f5967df0fde3b473e5dd75 [
file
] [
log
] [
blame
] [
edit
]
#![
cfg_attr
(
foo
,
experimental
)]
#![
cfg_attr
(
not
(
foo
),
stable
(
feature
=
"test_feature"
,
since
=
"1.0.0"
))]
#![
feature
(
staged_api
)]