mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
really fix ui test errors for real
This commit is contained in:
parent
04cad56915
commit
b4f1081af1
@ -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…
Reference in New Issue
Block a user