]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/super-at-top-level.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / compile-fail / super-at-top-level.rs
index f59caef4631361f546e077efd37784b1362605d9..7d11ff6c9b54dae32081a2b2dbce8192af15b75c 100644 (file)
@@ -8,7 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use super::f; //~ ERROR unresolved import `super::f`. There are too many initial `super`s.
+use super::f; //~ ERROR unresolved import `super::f` [E0432]
+              //~^ There are too many initial `super`s.
 
 fn main() {
 }