summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-error-suppression.rs
AgeCommit message (Collapse)AuthorLines
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-1/+1
2016-11-13coherence: skip impls with an erroneous trait refAriel Ben-Yehuda-0/+25
Impls with a erroneous trait ref are already ignored in the first part of coherence, so ignore them in the second part too. This avoids cascading coherence errors when 1 impl of a trait has an error.