blob: 719ca3c5a65b0e01a3fc56d5a9a6ea2643fd96d0 [file] [log] [blame]
// edition:2018
// ignore-stage1
// 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() {}