Module rustc_mir_transform::normalize_array_len
source ยท Expand description
This pass eliminates casting of arrays into slices when their length
is taken using .len() method. Handy to preserve information in MIR for const prop
Structsยง
- Replacer ๐
Functionsยง
- compute_slice_length ๐