]> git.lizzy.rs Git - rust.git/commit
Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some more.
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 13 Jan 2015 19:49:10 +0000 (14:49 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 14 Jan 2015 21:35:14 +0000 (16:35 -0500)
commitff6085f401844bc5cb07b804f0d2258bb5c2b9a8
tree0c54a885929a34ca75f9b44bab6dfa1c2b3e9249
parentb92ec6a78a980b567ec8e6c034e3b37caea81aaa
Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some more.
src/librustc/middle/ty.rs
src/test/run-pass/associated-types-projection-in-object-type.rs [new file with mode: 0644]