rust/src/libsyntax/print
bors 715f9a5e8d Auto merge of #21947 - bluss:full-range-syntax, r=brson
Implement step 1 of rust-lang/rfcs#702

Allows the expression `..` (without either endpoint) in general, can be
used in slicing syntax `&expr[..]` where we previously wrote `&expr[]`.

The old syntax &expr[] is not yet removed or warned for.
2015-02-06 03:11:34 +00:00
..
pp.rs Omit integer suffix when unnecessary 2015-02-02 04:05:54 +00:00
pprust.rs Auto merge of #21947 - bluss:full-range-syntax, r=brson 2015-02-06 03:11:34 +00:00