mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
6 lines
206 B
Rust
6 lines
206 B
Rust
//@ 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)]
|