Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
rustc-private.rs
blob: aa44f790c8ae3bd418aa31663b64396c4a6d621d [
file
] [
log
] [
blame
] [
edit
]
// gate-test-rustc_private
extern
crate cfg_if
;
//~ ERROR use of unstable library feature 'rustc_private'
fn
main
()
{}