1error: Variant with `catch_all` must be a tuple with exactly 1 field matching the repr type
2 --> tests/try_build/compile_fail/catch_all_multiple_fields.rs:5:16
3  |
45 |     #[num_enum(catch_all)]
5  |                ^^^^^^^^^
6