diff options
| author | Jakub Bukaj <jakub@jakub.cc> | 2014-11-23 14:11:56 -0500 |
|---|---|---|
| committer | Jakub Bukaj <jakub@jakub.cc> | 2014-11-23 14:11:56 -0500 |
| commit | 3594c588bb735117621f6a168116d9e1d086654a (patch) | |
| tree | 4aad3ac0ebee6c8e3d0d54affa6a8f72c2fc0546 /src/rustllvm/RustWrapper.cpp | |
| parent | 5ad15128503e2eb72491171f6289edce837b08b0 (diff) | |
| parent | 40e1f8f8f1dec2c556e3805c75493752f766274f (diff) | |
| download | rust-3594c588bb735117621f6a168116d9e1d086654a.tar.gz rust-3594c588bb735117621f6a168116d9e1d086654a.zip | |
rollup merge of #19211: aochagavia/tuple-index
This breaks code like ``` let t = (42i, 42i); ... t.0::<int> ...; ``` Change this code to not contain an unused type parameter. For example: ``` let t = (42i, 42i); ... t.0 ...; ``` Closes https://github.com/rust-lang/rust/issues/19096 [breaking-change] r? @aturon
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
