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 a704624 commit 04cad56Copy full SHA for 04cad56
src/test/ui/feature-gate-exhaustive-patterns.stderr
@@ -4,5 +4,4 @@ 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
0 commit comments