Files
rust/compiler/stable_mir/src
Matthias Krüger 96a41ce513 Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obk
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.
2024-03-13 20:01:55 +01:00
..
2024-03-13 00:36:54 -07:00
2023-12-28 16:35:01 +00:00