Skip to content

Commit 1dde34b

Browse files
committed
Bless ui test.
1 parent a8187f8 commit 1dde34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/ui/rfc-2008-non-exhaustive/omitted-patterns.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ error[E0005]: refutable pattern in local binding
188188
--> $DIR/omitted-patterns.rs:194:9
189189
|
190190
LL | let local_refutable @ NonExhaustiveEnum::Unit = NonExhaustiveEnum::Unit;
191-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern `_` not covered
191+
| ^^^^^^^^^^^^^^^ pattern `_` not covered
192192
|
193193
= note: `let` bindings require an "irrefutable pattern", like a `struct` or an `enum` with only one variant
194194
= note: for more information, visit https://doc.rust-lang.org/book/ch18-02-refutability.html

0 commit comments

Comments
 (0)