summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/resolve-inconsistent-names.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/resolve/resolve-inconsistent-names.rs')
-rw-r--r--src/test/ui/resolve/resolve-inconsistent-names.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/resolve/resolve-inconsistent-names.rs b/src/test/ui/resolve/resolve-inconsistent-names.rs
index 989d2d452..9a40b2034 100644
--- a/src/test/ui/resolve/resolve-inconsistent-names.rs
+++ b/src/test/ui/resolve/resolve-inconsistent-names.rs
@@ -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);