summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/auxiliary/stability_cfg2.rs
blob: c995038e5a8a7271296466148f4186afe1483692 (plain)
1
2
3
4
5
// 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)]