]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/keyword-super-as-identifier.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / compile-fail / keyword-super-as-identifier.rs
index 62649ba8a0fe1e364cdca2e26c02939d9ea5d687..54dac771f01ed8818fbfa72ad10777734a7c815d 100644 (file)
@@ -9,5 +9,5 @@
 // except according to those terms.
 
 fn main() {
-    let super = "foo"; //~ ERROR failed to resolve. There are too many initial `super`s
+    let super = 22; //~ ERROR failed to resolve. There are too many initial `super`s
 }