]> git.lizzy.rs Git - rust.git/commit
Make orphan check diagnostics clearer
authorJorge Aparicio <japaricious@gmail.com>
Mon, 16 Feb 2015 19:40:38 +0000 (14:40 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Mon, 16 Feb 2015 19:42:20 +0000 (14:42 -0500)
commit9462a207ffe7ffbb922493cb4a5ed246955cd788
tree527604cf186c3d47568c6f3afb2bee55b8155963
parentc5db290bf6df986a6acd5ce993f278c18e55ca37
Make orphan check diagnostics clearer

closes #22388
src/librustc_typeck/coherence/orphan.rs
src/test/auxiliary/orphan_check_diagnostics.rs [new file with mode: 0644]
src/test/compile-fail/coherence-bigint-param.rs
src/test/compile-fail/coherence-cow-no-cover.rs
src/test/compile-fail/coherence-cross-crate-conflict.rs
src/test/compile-fail/coherence-lone-type-parameter.rs
src/test/compile-fail/coherence-overlapping-pairs.rs
src/test/compile-fail/coherence-pair-covered-uncovered-1.rs
src/test/compile-fail/coherence-pair-covered-uncovered.rs
src/test/compile-fail/orphan-check-diagnostics.rs [new file with mode: 0644]