really fix ui test errors for real
This commit is contained in:
parent
04cad56915
commit
b4f1081af1
1 changed files with 3 additions and 0 deletions
|
|
@ -4,4 +4,7 @@ error[E0005]: refutable pattern in local binding: `Err(_)` not covered
|
|||
LL | let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
|
||||
| ^^^^^^ pattern `Err(_)` not covered
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
If you want more information on this error, try using "rustc --explain E0005"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue