]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/auxiliary/stability-cfg2.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / lint / auxiliary / stability-cfg2.rs
CommitLineData
1a4d82fc 1// compile-flags:--cfg foo
223e47cc 2
dfeec247 3#![cfg_attr(foo, unstable(feature = "unstable_test_feature", issue = "none"))]
85aaf69f
SL
4#![cfg_attr(not(foo), stable(feature = "test_feature", since = "1.0.0"))]
5#![feature(staged_api)]