]> 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 3891d1eac487b94ebe1a25344d2582e119b35495..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;
@@ -6,3 +6,4 @@ LL |     let a(1) = 13;
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0531`.