File: catch_all_multiple_fields.stderr

package info (click to toggle)
rust-num-enum 0.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
error: Variant with `catch_all` must be a tuple with exactly 1 field matching the repr type
 --> tests/try_build/compile_fail/catch_all_multiple_fields.rs:5:16
  |
5 |     #[num_enum(catch_all)]
  |                ^^^^^^^^^