move struct_pattern_on_tuple_enum to ui/pattern

This commit is contained in:
tuturuu 2026-01-16 20:55:37 +01:00
parent 9d1a1ae298
commit b323651ded
No known key found for this signature in database
GPG key ID: B352C3C2894405A7
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
error[E0574]: expected struct, variant or union type, found enum `Foo`
--> $DIR/struct_pattern_on_tuple_enum_in_match.rs:8:9
--> $DIR/struct_pattern_on_tuple_enum.rs:8:9
|
LL | Foo { i } => ()
| ^^^ not a struct, variant or union type