]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0600.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-codes / E0600.stderr
index fec5f4169196e4a499b7a65262971b51c77d30be..95ac4510ca8851fe0c339c31f38985237b43549f 100644 (file)
@@ -1,8 +1,9 @@
 error[E0600]: cannot apply unary operator `!` to type `&'static str`
-  --> $DIR/E0600.rs:12:5
+  --> $DIR/E0600.rs:2:5
    |
-12 |     !"a"; //~ ERROR E0600
-   |     ^^^^
+LL |     !"a";
+   |     ^^^^ cannot apply unary operator `!`
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0600`.