combine-structs 0.1.1

Proc macros for compile-time struct field merging.
Documentation
1
2
3
4
5
6
7
8
error: custom attribute panicked
 --> tests/compile_fail/unknown_source.rs:3:1
  |
3 | #[combine_fields(DoesNotExist)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: combine_fields: no cached fields for `DoesNotExist`.
          Make sure `DoesNotExist` derives `combine_structs::Fields` and its module is declared before the target struct.