rust/tests/ui/conditional-compilation/cfg_accessible-unstable.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
95 B
Rust
Raw Normal View History

#[cfg_accessible(std)] //~ ERROR use of unstable library feature 'cfg_accessible'
fn main() {}