]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-19100.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-19100.stderr
index 34dc29c63df72029d7b34183ec9748ee939bbb50..1ab13477e37ed9a6a43e6a085f1f0d3dde2808d7 100644 (file)
@@ -1,11 +1,11 @@
 warning[E0170]: pattern binding `Bar` is named the same as one of the variants of the type `Foo`
-  --> $DIR/issue-19100.rs:28:1
+  --> $DIR/issue-19100.rs:18:1
    |
 LL | Bar if true
    | ^^^ help: to match on the variant, qualify the path: `Foo::Bar`
 
 warning[E0170]: pattern binding `Baz` is named the same as one of the variants of the type `Foo`
-  --> $DIR/issue-19100.rs:32:1
+  --> $DIR/issue-19100.rs:22:1
    |
 LL | Baz if false
    | ^^^ help: to match on the variant, qualify the path: `Foo::Baz`