File: catch_all_non_tuple.stderr

package info (click to toggle)
rust-num-enum 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
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/nightly/compile_fail/catch_all_non_tuple.rs:7:16
  |
7 |     #[num_enum(catch_all)]
  |                ^^^^^^^^^