rust/src/test/ui-fulldeps/pathless-extern-unstable.rs

11 lines
213 B
Rust
Raw Normal View History

2019-09-29 20:17:27 -05:00
// 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'
2019-09-29 20:17:27 -05:00
fn main() {}