tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.95k stars 506 forks source link

fix(prost-build): Remove `derived(Copy)` on boxed fields #1157

Closed ldm0 closed 2 months ago

ldm0 commented 2 months ago

Fix one of the problems I found while rebasing #705: boxed fields are not Copy

ldm0 commented 2 months ago

I would like to see a new test that prevents this in the future.

Test added.