> > @volcano0dr What is the reason for using custom copy and clone > > implementations rather than using derive? > > Because in the early rust version, large arrays (count> 32) cannot > automatically derive Clone, Debug, Default..traits.
Should I update the code to use derive instead now? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/325#issuecomment-815005422
