]> git.lizzy.rs Git - rust.git/commit
Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010.
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 13 Jan 2015 21:03:07 +0000 (16:03 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 14 Jan 2015 21:35:14 +0000 (16:35 -0500)
commit2868404fcaed4030935ffafa87f5ea31ba4cd5bb
tree492a392f73d0b21b6c3e66ce9de1b884c3fd6bd1
parentff6085f401844bc5cb07b804f0d2258bb5c2b9a8
Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010.
src/librustc_trans/trans/common.rs
src/test/run-pass/associated-types-normalize-unifield-struct.rs [new file with mode: 0644]