]> git.lizzy.rs Git - rust.git/commit
rustc_trans: Fix type projection debuginfo
authorErick Tryzelaar <erick.tryzelaar@gmail.com>
Mon, 12 Jan 2015 05:39:03 +0000 (21:39 -0800)
committerErick Tryzelaar <erick.tryzelaar@gmail.com>
Mon, 12 Jan 2015 05:39:03 +0000 (21:39 -0800)
commitf7745a9be3eb2d9438f08b383156f0a33cbb0cdf
tree82a418211de8ccb821e32cdb75cf483e608d890a
parent2127e0d56d85ff48aafce90ab762650e46370b63
rustc_trans: Fix type projection debuginfo

Closes #20797
src/librustc_trans/trans/debuginfo.rs
src/test/debuginfo/associated_types.rs [new file with mode: 0644]