Files
rust/tests/ui/pattern
Nadrieril d46ff6415c Fix a subtle regression
Before, the SwitchInt cases were computed in two passes: if the first
pass accepted e.g. 0..=5 and then 1, the second pass would not accept
0..=5 anymore because 1 would be listed in the SwitchInt options.

Now there's a single pass, so if we sort 0..=5 we must take care to not
sort a subsequent 1.
2024-03-02 18:38:37 +01:00
..
2024-03-02 18:38:37 +01:00
2024-02-07 10:42:01 +08:00
2024-02-09 15:43:08 -03:00
2024-02-09 15:43:08 -03:00
2023-05-24 19:35:59 -03:00
2023-09-07 11:07:33 +08:00
2024-01-24 07:56:23 +01:00
2024-01-24 07:56:23 +01:00
2024-01-13 12:46:58 -05:00
2023-07-17 22:06:32 +00:00
2023-07-17 22:06:32 +00:00
2023-07-28 11:20:11 +00:00