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 | ||