bors 02654a0844 Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung
Strengthen invalid_value lint to forbid uninit primitives, adjust docs to say that's UB

For context: https://github.com/rust-lang/rust/issues/66151#issuecomment-1174477404=

This does not make it a FCW, but it does explicitly state in the docs that uninit integers are UB.

This also doesn't affect any runtime behavior, uninit u32's will still successfully be created through mem::uninitialized.
2022-08-30 20:39:01 +00:00
..
2022-06-30 08:59:21 +01:00
2022-08-23 10:41:02 -04:00
2022-08-29 19:34:11 +02:00
2022-06-30 08:59:21 +01:00
2022-07-06 06:41:53 +01:00