We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59688e1 commit edb9d2bCopy full SHA for edb9d2b
src/test/ui/feature-gate-exhaustive-patterns.stderr
@@ -1,7 +1,7 @@
1
error[E0005]: refutable pattern in local binding: `Err(_)` not covered
2
--> $DIR/feature-gate-exhaustive-patterns.rs:16:9
3
|
4
-16 | let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
+LL | let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
5
| ^^^^^^ pattern `Err(_)` not covered
6
7
error: aborting due to previous error
src/test/ui/reachable/expr_unary.stderr
error[E0600]: cannot apply unary operator `!` to type `!`
--> $DIR/expr_unary.rs:17:16
-17 | let x: ! = ! { return; }; //~ ERROR unreachable
+LL | let x: ! = ! { return; }; //~ ERROR unreachable
| ^^^^^^^^^^^^^
error: unreachable expression
0 commit comments