• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_non_tuple.rs:5:16
3  |
45 |     #[num_enum(catch_all)]
5  |                ^^^^^^^^^
6