I got this after adding a field to a deeply nested video game protocol, and compiling in debug mode: <img width="519" height="95" alt="Image" src="https://github.com/user-attachments/assets/bdfdf7c1-f3a4-4df3-b799-9d582c1af83e" /> Solution: in debug mode, remove some #[inline(always)] and add some `Box` indirection
I got this after adding a field to a deeply nested video game protocol, and compiling in debug mode:
Solution: in debug mode, remove some #[inline(always)] and add some
Boxindirection