]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/enums-pats-not-idents.stderr
Add test for issue-57200
[rust.git] / src / test / ui / enums-pats-not-idents.stderr
index 6b1e6046260a906bf9a1d4eed035a248bb83cd23..072b88716ad7cc8240152bc506a77226818377d4 100644 (file)
@@ -1,4 +1,4 @@
-error[E0531]: cannot find tuple struct/variant `a` in this scope
+error[E0531]: cannot find tuple struct or tuple variant `a` in this scope
   --> $DIR/enums-pats-not-idents.rs:2:9
    |
 LL |     let a(1) = 13;