Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg_accessible-unstable.rs
blob: 9ac98dbd6e7d3ebf29339b84f242e9c777ab4cb8 [
file
]
#[
cfg_accessible
(
std
)]
//~ ERROR use of unstable library feature `cfg_accessible`
fn
main
()
{}