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 04cad56 commit b4f1081Copy full SHA for b4f1081
src/test/ui/feature-gate-exhaustive-patterns.stderr
@@ -4,4 +4,7 @@ error[E0005]: refutable pattern in local binding: `Err(_)` not covered
4
LL | let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
5
| ^^^^^^ pattern `Err(_)` not covered
6
7
+error: aborting due to previous error
8
+
9
+If you want more information on this error, try using "rustc --explain E0005"
10
0 commit comments