Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
feature-gates
/
rustc-private.rs
blob: 2605f595b6c72ec335e254edcf60e9a4f1abdcbe [
file
] [
log
] [
blame
]
// gate-test-rustc_private
extern
crate cfg_if
;
//~ ERROR use of unstable library feature `rustc_private`
fn
main
()
{}