]> git.lizzy.rs Git - rust.git/commit
debuginfo: Refactored vec slice code to use the new infrastructure. Added test cases...
authorMichael Woerister <michaelwoerister@gmail>
Fri, 28 Jun 2013 09:56:35 +0000 (11:56 +0200)
committerMichael Woerister <michaelwoerister@gmail>
Fri, 19 Jul 2013 05:53:58 +0000 (07:53 +0200)
commit36ea75683105447cb9f8338cd2a70493f4eb2c70
tree6f099a2b31c283c32c2863686927c3da158c252c
parent7a31a3e0716f33ceb7c7278cb7da4acbafd97e17
debuginfo: Refactored vec slice code to use the new infrastructure. Added test cases for vec slices.
src/librustc/middle/trans/debuginfo.rs
src/test/debug-info/vec-slices.rs [new file with mode: 0644]
src/test/debug-info/vec.rs