nestum 0.3.2

Proc-macro for nested enum paths like Enum1::Variant1::VariantA
Documentation
1
2
3
4
5
error: invalid #[nestum] on variant; use #[nestum(external = "path::to::Enum")]
 --> tests/ui/fail_external_empty_args.rs:8:5
  |
8 |     #[nestum()]
  |     ^