File: complex-enum.stderr

package info (click to toggle)
rust-arg-enum-proc-macro 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
error: proc-macro derive panicked
 --> $DIR/complex-enum.rs:9:10
  |
9 | #[derive(ArgEnum)]
  |          ^^^^^^^
  |
  = help: message: Only enum with unit variants are supported!
          Variant Complex::B is not an unit variant