blob: 00b3ec5409ff02b026299877ad0f300f2d13d261 [file] [log] [blame]
// ignore-stage1
// edition:2018
// compile-flags:--extern rustc
// Test that `--extern rustc` fails with `rustc_private`.
pub use rustc;
//~^ ERROR use of unstable library feature 'rustc_private'
fn main() {}