Bless ui test.
This commit is contained in:
parent
a8187f8cb1
commit
1dde34b831
@ -188,7 +188,7 @@ error[E0005]: refutable pattern in local binding
|
||||
--> $DIR/omitted-patterns.rs:194:9
|
||||
|
|
||||
LL | let local_refutable @ NonExhaustiveEnum::Unit = NonExhaustiveEnum::Unit;
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern `_` not covered
|
||||
| ^^^^^^^^^^^^^^^ pattern `_` not covered
|
||||
|
|
||||
= note: `let` bindings require an "irrefutable pattern", like a `struct` or an `enum` with only one variant
|
||||
= note: for more information, visit https://doc.rust-lang.org/book/ch18-02-refutability.html
|
||||
|
Loading…
Reference in New Issue
Block a user