about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2018-05-10 09:16:10 +0900
committerMike Hommey <mh@glandium.org>2018-05-10 09:16:12 +0900
commit9c4e5b3b6cbf9b31ac7bd74d760214e36e79bfff (patch)
tree19a92e41959342fd168c9edb52007ccc55459f16 /src/rustllvm/PassWrapper.cpp
parente5f80f2a4f016bf724a1cfb580619d71c8fd39ec (diff)
downloadrust-9c4e5b3b6cbf9b31ac7bd74d760214e36e79bfff.tar.gz
rust-9c4e5b3b6cbf9b31ac7bd74d760214e36e79bfff.zip
Restore RawVec::reserve* documentation
When the RawVec::try_reserve* methods were added, they took the place of
the ::reserve* methods in the source file, and new ::reserve* methods
wrapping the new try_reserve* methods were created. But the
documentation didn't move along, such that:
 - reserve_* methods are barely documented.
 - try_reserve_* methods have unmodified documentation from reserve_*,
   such that their documentation indicate they are panicking/aborting.

This moves the documentation back to the right methods, with a
placeholder documentation for the try_reserve* methods.
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions