]> git.lizzy.rs Git - rust.git/commit
librustc: Don't use the same alloca for match binding which we reassign to in arm...
authorLuqman Aden <me@luqman.ca>
Sat, 2 Aug 2014 02:38:10 +0000 (19:38 -0700)
committerLuqman Aden <me@luqman.ca>
Sat, 9 Aug 2014 14:32:33 +0000 (07:32 -0700)
commitd7c0f7d1c07a060b6d06bdd60b24c78bd2c9a6c3
tree9e6a64c8ad673cd396fb7e060602a41afdf73e92
parent1712ab2300df3a319c4e9595cd7fa4fd1c8a3aab
librustc: Don't use the same alloca for match binding which we reassign to in arm body.
src/librustc/middle/trans/_match.rs
src/librustc/middle/trans/common.rs
src/test/run-pass/issue-15571.rs [new file with mode: 0644]
src/test/run-pass/issue-16151.rs [new file with mode: 0644]