clone macro fails to compile indicating trait bounds are not satisfied but I am not sure why it is required to be satisfied because all struct members are clonnable #121102
Labels
C-bug
Category: This is a bug.
I tried this code:
I expected to see this happen: I expect this to compile
At the same time this works if implemented manually
Instead, this happened: I get a compiler error indicating
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: