impl-tools 0.11.4

Helper macros: autoimpl
Documentation
1
2
3
4
5
6
7
error: #[autoimpl(Trait)] can only be used on enum or struct items
 --> compile-errors/common/wrong-item-type.rs:3:1
  |
3 | #[impl_tools::autoimpl(Copy)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `impl_tools::autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)