]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/closures/2229_closure_analysis/match/issue-87097.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / closures / 2229_closure_analysis / match / issue-87097.stderr
index 38f2929a05f2dd2de5786a9ac14b2d072ca1aa2d..2a49ed4b5ff4493015b5dbbac0619887816c43ee 100644 (file)
@@ -1,6 +1,9 @@
-warning: variant is never constructed: `B`
+warning: variant `B` is never constructed
   --> $DIR/issue-87097.rs:6:5
    |
+LL | enum Variant {
+   |      ------- variant in this enum
+LL |     A,
 LL |     B,
    |     ^
    |