Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui-fulldeps
/
pathless-extern-unstable.rs
blob: 524b0c2f73a5d6af848517197cbb621a56ec5281 [
file
] [
log
] [
blame
]
// ignore-stage1
// edition:2018
// compile-flags:--extern rustc_middle
// Test that `--extern rustc_middle` fails with `rustc_private`.
pub
use
rustc_middle
;
//~^ ERROR use of unstable library feature 'rustc_private'
fn
main
()
{}