about summary refs log tree commit diff
path: root/tests/ui/conditional-compilation/cfg_accessible-unstable.rs
blob: 9ac98dbd6e7d3ebf29339b84f242e9c777ab4cb8 (plain)
1
2
#[cfg_accessible(std)] //~ ERROR use of unstable library feature `cfg_accessible`
fn main() {}