rust/src/libstd/sys
bors 265a23320d Auto merge of #21677 - japaric:no-range, r=alexcrichton
Note: Do not merge until we get a newer snapshot that includes #21374

There was some type inference fallout (see 4th commit) because type inference with `a..b` is not as good as with `range(a, b)` (see #21672).

r? @alexcrichton
2015-01-29 16:28:52 +00:00
..
common s/Show/Debug/g 2015-01-29 07:49:02 -05:00
unix convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
windows Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00