about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorChase Southwood <chase.southwood@gmail.com>2014-12-12 23:14:57 -0600
committerChase Southwood <chase.southwood@gmail.com>2014-12-15 19:28:24 -0600
commita81c3ab468ad7aebcab8a545b196e74c2fb3ac32 (patch)
tree7ca3ce0c722ba6336d6af8352aa302e402cf2168 /src/rustllvm/RustWrapper.cpp
parent765806ef1ee93b352b724aa76870d23d82894e4e (diff)
downloadrust-a81c3ab468ad7aebcab8a545b196e74c2fb3ac32.tar.gz
rust-a81c3ab468ad7aebcab8a545b196e74c2fb3ac32.zip
Use wrapper structs for `BTreeSet`'s iterators.
Using a type alias for iterator implementations is fragile since this
exposes the implementation to users of the iterator, and any changes
could break existing code.

This commit changes the iterators of `BTreeSet` to use
proper new types, rather than type aliases.  However, since it is
fair-game to treat a type-alias as the aliased type, this is a:

[breaking-change].
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions