summary refs log tree commit diff
path: root/src/test/ui/e0119
AgeCommit message (Collapse)AuthorLines
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-3/+5
This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e.
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-5/+3
Tracking issue: https://github.com/rust-lang/rust/issues/33417
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-4/+8
Coherence diagnostic tweaks
2018-03-15Coherence diagnostic tweaksEsteban Küber-4/+8
2018-03-14update testsGuillaume Gomez-8/+8
2018-02-26Update UI testsVadim Petrochenkov-10/+10
2018-02-25Update ui testsGuillaume Gomez-0/+8
2017-12-17Use def span for conflicting impls and recursive fnEsteban Küber-37/+14
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-24/+26
2017-10-23Print the conflicting impl on E0119 with external crate.kennytm-0/+355