Merge pull request #32049 from smarterclayton/incorrect_pointer
Automatic merge from submit-queue
generated DeepCopy without a function on a struct pointer is wrong
in and out are both pointers to pointers, so *in has to be cast to
*Type, not Type.
@sttts hit this while debugging something else (most everything should be generated, but in this case the type is wrong)
Showing
Please
register
or
sign in
to comment