diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-17 08:33:44 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-17 11:50:23 -0800 |
| commit | 71201234d2ed3f20637fc373df063e7750cbc0ad (patch) | |
| tree | 9c594a091c6ccaf1679e9285193a59d191695fc2 /src/rustllvm/RustWrapper.cpp | |
| parent | 66c297d847ce06a8982d4d322221b17a3cd04f90 (diff) | |
| parent | 81f9a319265ddbe6b7823b50c29e3aff076d82c1 (diff) | |
| download | rust-71201234d2ed3f20637fc373df063e7750cbc0ad.tar.gz rust-71201234d2ed3f20637fc373df063e7750cbc0ad.zip | |
rollup merge of #19720: csouth3/vecmap-newtypes
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 `VecMap` 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
