Ray March
Results
12
comments of
Ray March
Thank you for making all these versions and sharing the support structure view. I am not too comfortable with modifying the pose too much just to avoid the support structure,...
implementing `sm::CpuAligned` in the derive macro causes overlapping implementations with the blanket `std::marker::Sized` implementation this is the code used: ```rust impl #re::CpuAligned for #derive_struct_ident where #(#first_fields_type: ::std::marker::Sized,)* #(#field_type: #re::CpuAligned,)* #where_clause_predicates...