]> git.lizzy.rs Git - rust.git/commit
Don't ICE just because an impl is missing an associated type. Trust in the other...
authorNiko Matsakis <niko@alum.mit.edu>
Sat, 3 Jan 2015 11:01:56 +0000 (06:01 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 5 Jan 2015 16:31:37 +0000 (11:31 -0500)
commit540a7777b8ba53950d340ee9537ede1b3fb0b24d
tree09c0d15321822025ef783f60b63d842d239c9e5c
parentc8868942e845254abfd3623a709847d65e015a2f
Don't ICE just because an impl is missing an associated type. Trust in the other compiler passes.
Fixes #17359.
src/librustc/middle/traits/project.rs
src/test/compile-fail/associated-types-issue-17359.rs [new file with mode: 0644]