]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/bad-module.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / bad-module.rs
index edc118cb0399b1f51851b60af703579e41998c00..0cd3a8853185fade135c0916d475447724a754d7 100644 (file)
@@ -8,6 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// error-pattern: unresolved name
+// error-pattern: failed to resolve. Use of undeclared type or module `thing`
 
 fn main() { let foo = thing::len(Vec::new()); }