]> git.lizzy.rs Git - rust.git/commit
Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers over...
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 14 Jan 2015 17:44:21 +0000 (12:44 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 14 Jan 2015 21:35:14 +0000 (16:35 -0500)
commit2479dfcbf7abc401e5925bf5d53b7ac2e0eed694
treef43c5b284ab827ae571b1e7f39bc4aeb9a7243c7
parent2868404fcaed4030935ffafa87f5ea31ba4cd5bb
Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers over a lack
of normalization that should have taken place.

This reverts commit f7745a9be3eb2d9438f08b383156f0a33cbb0cdf.
src/librustc_trans/trans/debuginfo.rs
src/test/debuginfo/associated_types.rs [deleted file]