]> git.lizzy.rs Git - rust.git/commit
debuginfo: Fix an ICE related to local variables in unreachable code.
authorMichael Woerister <michaelwoerister@posteo>
Thu, 1 Jan 2015 17:43:48 +0000 (18:43 +0100)
committerMichael Woerister <michaelwoerister@posteo>
Thu, 1 Jan 2015 17:43:48 +0000 (18:43 +0100)
commit7a11b9aac48911e2de484a5c2115e6ba11238f8f
treeb9a00a977a828c6720085f80c1439bc1cc5bf229
parentc594959cdff07b5545747809bb045bfa2868ebcc
debuginfo: Fix an ICE related to local variables in unreachable code.
src/librustc_trans/trans/debuginfo.rs
src/test/debuginfo/unreachable-locals.rs [new file with mode: 0644]