]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gates/feature-gate-non_exhaustive_omitted_patterns_lint.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / feature-gates / feature-gate-non_exhaustive_omitted_patterns_lint.rs
index 29a6e1f8a016dce09c0fc95ff37c9e1803075725..9b646060adfd9818153df8ffe07225a224b48db1 100644 (file)
@@ -21,7 +21,7 @@ fn main() {
         Foo::A => {}
         Foo::B => {}
     }
-    //~^^^^ ERROR non-exhaustive patterns: `C` not covered
+    //~^^^^ ERROR non-exhaustive patterns: `Foo::C` not covered
 
     match Foo::A {
         Foo::A => {}