nestum 0.3.2

Proc-macro for nested enum paths like Enum1::Variant1::VariantA
Documentation
1
2
3
4
5
6
7
error: nestum cannot resolve module inner authoritatively because its body uses include!(...); include!-generated modules are unsupported for nesting resolution
 --> tests/ui/fail_include.rs:8:1
  |
8 | #[nestum]
  | ^^^^^^^^^
  |
  = note: this error originates in the attribute macro `nestum` (in Nightly builds, run with -Z macro-backtrace for more info)