]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-30302.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-30302.stderr
index 193a8c4916c6698b00acdca396ab550ee712d275..d762d6f2b3d5ed2b79e02d5273295a78a67f7e0f 100644 (file)
@@ -9,7 +9,7 @@ error: unreachable pattern
    |
 LL |         Nil => true,
    |         --- matches any value
-LL | //~^ WARN pattern binding `Nil` is named the same as one of the variants of the type `Stack`
+LL |
 LL |         _ => false
    |         ^ unreachable pattern
    |