summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/auxiliary/stability_cfg1.rs
blob: 2e027cc272f1f5cb61f5967df0fde3b473e5dd75 (plain)
1
2
3
#![cfg_attr(foo, experimental)]
#![cfg_attr(not(foo), stable(feature = "test_feature", since = "1.0.0"))]
#![feature(staged_api)]