about summary refs log tree commit diff
path: root/src/test/ui/e0119/conflict-with-std.rs
AgeCommit message (Collapse)AuthorLines
2019-05-24Move error code tests to error code foldervarkor-26/+0
2019-04-22Remove leading newlinesvarkor-1/+0
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-0/+2
This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e.
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-2/+0
Tracking issue: https://github.com/rust-lang/rust/issues/33417
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-4/+4
2017-10-23Print the conflicting impl on E0119 with external crate.kennytm-0/+38