rust/src/libsyntax/print
Alex Crichton 1d356624a1 collections: Enable IndexMut for some collections
This commit enables implementations of IndexMut for a number of collections,
including Vec, RingBuf, SmallIntMap, TrieMap, TreeMap, and HashMap. At the same
time this deprecates the `get_mut` methods on vectors in favor of using the
indexing notation.

cc #18424
2014-10-30 08:54:30 -07:00
..
pp.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
pprust.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00