Files
rust/compiler/rustc_codegen_llvm/src
bors 5c30d65683 Auto merge of #93670 - erikdesjardins:noundef, r=nikic
Apply noundef attribute to &T, &mut T, Box<T>, bool

This doesn't handle `char` because it's a bit awkward to distinguish it from `u32` at this point in codegen.

Note that this _does not_ change whether or not it is UB for `&`, `&mut`, or `Box` to point to undef. It only applies to the pointer itself, not the pointed-to memory.

Fixes (partially) #74378.

r? `@nikic` cc `@RalfJung`
2022-02-13 00:14:52 +00:00
..
2022-02-10 18:27:18 +01:00
2022-02-10 15:10:33 +00:00
2022-02-01 10:15:59 +01:00
2022-02-10 15:10:33 +00:00