]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/issue-1697.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / test / compile-fail / issue-1697.rs
index f79a8fffd922d8b1e83f6613489666cf89e7a4fd..dc09af0ada66f0cb03285baf96f3d8e2eeabbc61 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
 
 // Testing that we don't fail abnormally after hitting the errors
 
-#![feature(globs)]
+use unresolved::*; //~ ERROR unresolved import `unresolved::*` [E0432]
+                   //~^ Maybe a missing `extern crate unresolved`?
 
-use unresolved::*; //~ ERROR unresolved import. maybe a missing
-//~^ ERROR failed to resolve import
-
-fn main() {
-}
+fn main() {}