Consider requiring all ULEs to be Copy #1184
Labels
C-data-infra
Component: provider, datagen, fallback, adapters
S-tiny
Size: Less than an hour (trivial fixes)
T-techdebt
Type: ICU4X code health and tech debt
Milestone
Part of #1082
We currently have the
Copy
bound on theimpl ZeroVec
. However, it may make more sense to move it to thetrait ULE
itself. I know there is a debate about when to put bounds on theimpl
and when to put them on thetrait
.Motivating case:
#[derive(Clone)]
does not seem to work on structs containing aZeroVec
field. See e.g. #1161Needs approval from:
The text was updated successfully, but these errors were encountered: