]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/fail-simple.rs
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / compile-fail / fail-simple.rs
index 97b709592a9c9434487e739fb6804aeaeac595c4..a20ff864705a13c7fabc11e5158a63712fa3b853 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-// error-pattern:unexpected token
 fn main() {
-  panic!(@);
+    panic!(@); //~ ERROR no rules expected the token `@`
 }