rust/src/liballoc
bors 0e6f4cf51c Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov
Initial support for `..=` syntax

#28237

This PR adds `..=` as a synonym for `...` in patterns and expressions.
Since `...` in expressions was never stable, we now issue a warning.

cc @durka
r? @aturon
2017-09-27 16:04:31 +00:00
..
2017-09-13 22:44:14 -04:00
2017-09-22 22:05:18 +02:00
2017-09-22 15:45:37 +02:00