Bless ui test.

This commit is contained in:
Camille GILLOT 2023-04-03 16:14:27 +00:00
parent a8187f8cb1
commit 1dde34b831

View File

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