about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-10-07 07:58:28 -0700
committerEric Huss <eric@huss.org>2019-11-07 06:43:07 -0800
commit41e051dfcceb18ae6a50ca02800444545360873a (patch)
tree610206f1e7752a5142c40d72443eebaa86b7c672
parentb54e8ecc2e0eec9ab9d0b1c1d9cb55f7602800c4 (diff)
downloadrust-41e051dfcceb18ae6a50ca02800444545360873a.tar.gz
rust-41e051dfcceb18ae6a50ca02800444545360873a.zip
Update src/test/ui-fulldeps/pathless-extern-unstable.rs
Add ERROR

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
-rw-r--r--src/test/ui-fulldeps/pathless-extern-unstable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui-fulldeps/pathless-extern-unstable.rs b/src/test/ui-fulldeps/pathless-extern-unstable.rs
index a5a31816c95..00b3ec5409f 100644
--- a/src/test/ui-fulldeps/pathless-extern-unstable.rs
+++ b/src/test/ui-fulldeps/pathless-extern-unstable.rs
@@ -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() {}