]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/lint-match-arms.rs
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / lint / lint-match-arms.rs
index 2c471a61054b2662a3cbeb40391293ddf539b6d4..5c2ccc60e1f4cffe08fdc30f6f34fd203b180aad 100644 (file)
@@ -1,7 +1,7 @@
 fn deny_on_arm() {
     match 0 {
         #[deny(unused_variables)]
-        //~^ NOTE lint level defined here
+        //~^ NOTE the lint level is defined here
         y => (),
         //~^ ERROR unused variable
     }