1
Fork 0
rust/compiler/rustc_const_eval/src/transform
Scott McMurray a2ee7592d6 Use &IndexSlice instead of &IndexVec where possible
All the same reasons as for `[T]`: more general, less pointer chasing, and `&mut IndexSlice` emphasizes that it doesn't change *length*.
2023-04-02 17:35:37 -07:00
..
check_consts Move const trait bounds checks to MIR constck 2023-03-28 08:39:55 +00:00
mod.rs Don't re-export MirPass 2021-11-29 12:58:15 -08:00
promote_consts.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
validate.rs slighty simplify a few boolean expressions (clippy::nonminimal_bool) 2023-04-01 23:55:22 +02:00