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

Add ERROR

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Eric Huss 2019-10-07 07:58:28 -07:00
parent b54e8ecc2e
commit 41e051dfcc

View file

@ -5,6 +5,6 @@
// Test that `--extern rustc` fails with `rustc_private`.
pub use rustc;
//~^ use of unstable library feature 'rustc_private'
//~^ ERROR use of unstable library feature 'rustc_private'
fn main() {}