]> git.lizzy.rs Git - rust.git/commit
debuginfo: Fix multi-byte character related bug in cleanup scope handling.
authorMichael Woerister <michaelwoerister@posteo>
Thu, 27 Nov 2014 12:54:01 +0000 (13:54 +0100)
committerMichael Woerister <michaelwoerister@posteo>
Tue, 2 Dec 2014 00:22:00 +0000 (16:22 -0800)
commit61a0a7f0a3a843282c186e8c35b116d6cb4c8d19
tree27ef9cd65b1ef2754b9c3869387edc4ba3ad6b6e
parentde95ad4c46788518822326941bdc5084b1023abf
debuginfo: Fix multi-byte character related bug in cleanup scope handling.

Also see issue #18791.
src/librustc_trans/trans/base.rs
src/librustc_trans/trans/controlflow.rs
src/librustc_trans/trans/debuginfo.rs
src/librustc_trans/trans/expr.rs
src/test/debuginfo/multi-byte-chars.rs [new file with mode: 0644]