Skip to content

Commit b4f1081

Browse files
committed
really fix ui test errors for real
1 parent 04cad56 commit b4f1081

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/ui/feature-gate-exhaustive-patterns.stderr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ error[E0005]: refutable pattern in local binding: `Err(_)` not covered
44
LL | let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
55
| ^^^^^^ pattern `Err(_)` not covered
66

7+
error: aborting due to previous error
8+
9+
If you want more information on this error, try using "rustc --explain E0005"
710

0 commit comments

Comments
 (0)