]> git.lizzy.rs Git - rust.git/commit
Extend coherence check to understand subtyping.
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 12 Feb 2015 17:42:02 +0000 (12:42 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 18 Feb 2015 15:24:55 +0000 (10:24 -0500)
commit8c841f2a310ccad73059ed9f74232f14e8f680bb
treee97b990a590a817274e426516fff9f55a7c691b8
parent91eedfe18b9be80b69ef2f19f4b618b2968ba181
Extend coherence check to understand subtyping.
src/librustc/middle/traits/coherence.rs
src/librustc/middle/traits/mod.rs
src/test/compile-fail/coherence-subtyping.rs [new file with mode: 0644]