]> git.lizzy.rs Git - rust.git/blob - src/test/ui/auxiliary/stability-cfg2.rs
Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514
[rust.git] / src / test / ui / auxiliary / stability-cfg2.rs
1 // compile-flags:--cfg foo
2
3 #![cfg_attr(foo, unstable(feature = "unstable_test_feature", issue = "none"))]
4 #![cfg_attr(not(foo), stable(feature = "test_feature", since = "1.0.0"))]
5 #![feature(staged_api)]