]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/resolve/resolve-inconsistent-names.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / resolve / resolve-inconsistent-names.rs
index 989d2d4523099c4ba2066f1fd82e3caa866e3645..9a40b20346c95e78539e07793260769e3a9f6f48 100644 (file)
@@ -23,6 +23,7 @@ fn main() {
         //~| ERROR mismatched types
         //~| ERROR variable `c` is not bound in all patterns
         //~| HELP if you meant to match on unit variant `E::A`, use the full path in the pattern
+        //~| HELP consider removing `ref`
     }
 
     let z = (10, 20);