alexcrichton labeled issue #4592:
Currently the canonical size/align calculations for types are duplicated in a number of places throughout the codebase:
fact/signatures.rscomponent/types.rscomponent-fuzz-util/src/lib.rsIdeally we would only define this size/alignment calculation once in the codebase so I think it's worth trying to investigate if some of these can be deduplicated. Given the relative simplicity of the calculation I don't think it's critical to deduplicate, but I'd still prefer to try.
alexcrichton opened issue #4592:
Currently the canonical size/align calculations for types are duplicated in a number of places throughout the codebase:
fact/signatures.rscomponent/types.rscomponent-fuzz-util/src/lib.rsIdeally we would only define this size/alignment calculation once in the codebase so I think it's worth trying to investigate if some of these can be deduplicated. Given the relative simplicity of the calculation I don't think it's critical to deduplicate, but I'd still prefer to try.
alexcrichton closed issue #4592:
Currently the canonical size/align calculations for types are duplicated in a number of places throughout the codebase:
fact/signatures.rscomponent/types.rscomponent-fuzz-util/src/lib.rsIdeally we would only define this size/alignment calculation once in the codebase so I think it's worth trying to investigate if some of these can be deduplicated. Given the relative simplicity of the calculation I don't think it's critical to deduplicate, but I'd still prefer to try.
Last updated: Dec 06 2025 at 06:05 UTC