mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
b8363295d5
might_permit_raw_init: also check aggregate fields This is the next step for https://github.com/rust-lang/rust/issues/66151: when doing `mem::zeroed`/`mem::uninitialized`, also recursively check fields of aggregates (except for arrays) for whether they permit zero/uninit initialization.