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)