error: enum_delegate does not currently support supertraits
--> tests_error/unsupported_supertrait.rs:2:12
|
2 | trait Foo: Clone {}
| ^^^^^
...
8 | #[enum_delegate::implement(Foo)]
| -------------------------------- in this procedural macro expansion
|
= note: this error originates in the macro `Foo` which comes from the expansion of the attribute macro `enum_delegate::implement` (in Nightly builds, run with -Z macro-backtrace for more info)