implement deriving for DeepClone #6514
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This should be pretty easy, it will just be the same as deriving for
Clone
(src/libsyntax/ext/deriving/clone.rs
) but will use theDeepClone
implementation of the fields/variants. Of course, it would be nice to factor out the duplicate code too.The text was updated successfully, but these errors were encountered: