about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-35677.rs
AgeCommit message (Collapse)AuthorLines
2019-02-13Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S>Anthony Ramine-3/+4
Notably, hash iterators don't require any trait bounds to be iterated.
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+2
Fix a number of uncovered deficiencies in diagnostics
2018-12-12Deduplicate unsatisfied trait boundsEsteban Küber-0/+5