Files
rust/library
Jonas Schievink d9acd7d148 Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay
Check for exhaustion in RangeInclusive::contains and slicing

When a range has finished iteration, `is_empty` returns true, so it
should also be the case that `contains` returns false.

Fixes #77941.
2020-10-24 14:12:01 +02:00
..
2020-10-15 15:21:12 -04:00
2020-07-27 19:51:13 -05:00
2020-10-01 13:06:22 -04:00
2020-07-27 19:51:13 -05:00
2020-10-09 13:24:05 +02:00