really fix ui test errors for real

This commit is contained in:
Andrew Cann 2018-03-01 13:54:20 +08:00
parent 04cad56915
commit b4f1081af1

View File

@ -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"