pathmod_derive 0.1.3

Derive macros for pathmod
Documentation
1
2
3
4
5
6
7
error: #[derive(Accessor)] does not support unit structs
 --> tests/ui/unit_struct.rs:4:10
  |
4 | #[derive(Accessor)]
  |          ^^^^^^^^
  |
  = note: this error originates in the derive macro `Accessor` (in Nightly builds, run with -Z macro-backtrace for more info)