2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags:--cfg foo
|
2016-04-26 10:51:14 -07:00
|
|
|
|
2019-12-21 13:16:18 +02:00
|
|
|
#![cfg_attr(foo, unstable(feature = "unstable_test_feature", issue = "none"))]
|
2016-04-26 10:51:14 -07:00
|
|
|
#![cfg_attr(not(foo), stable(feature = "test_feature", since = "1.0.0"))]
|
|
|
|
|
#![feature(staged_api)]
|