mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 19:17:31 +00:00
![]() Fix StableMIR `WrappingRange::is_full` computation `WrappingRange::is_full` computation assumed that to be full the range couldn't wrap, which is not necessarily true. For example, a range of 1..=0 is a valid representation of a full wrapping range. |
||
---|---|---|
.. | ||
mir | ||
abi.rs | ||
compiler_interface.rs | ||
crate_def.rs | ||
error.rs | ||
lib.rs | ||
mir.rs | ||
target.rs | ||
ty.rs | ||
visitor.rs |