]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2008-non-exhaustive/stable-omitted-patterns.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / rfc-2008-non-exhaustive / stable-omitted-patterns.stderr
index 7cce178988aa9f069bbb1f1f7f63771b6ceae3ea..533e8abf2d68acd5850ac3bb5723c5a40c2890c0 100644 (file)
@@ -16,7 +16,7 @@ error: some variants are not matched explicitly
   --> $DIR/stable-omitted-patterns.rs:23:9
    |
 LL |         _ => {}
-   |         ^ pattern `Stable2` not covered
+   |         ^ pattern `UnstableEnum::Stable2` not covered
    |
 note: the lint level is defined here
   --> $DIR/stable-omitted-patterns.rs:22:16