rust/compiler
Dylan DPC 02c0c768c1
Rollup merge of #97323 - 5225225:strict_init_checks, r=oli-obk
Introduce stricter checks for might_permit_raw_init under a debug flag

This is intended to be a version of the strict checks tried out in #79296, but also checking number validity (under the assumption that `let _ = std::mem::uninitialized::<u32>()` is UB, which seems to be what https://github.com/rust-lang/unsafe-code-guidelines/issues/71 is leaning towards.)
2022-05-25 07:31:44 +02:00
..
2022-05-12 18:31:42 +09:00
2022-05-23 22:51:34 +02:00
2022-05-23 14:07:40 +02:00
2022-05-19 09:02:50 -05:00