summary refs log tree commit diff
path: root/src/test/run-pass/try_from.rs
AgeCommit message (Expand)AuthorLines
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-1/+1
2019-02-13Use convert::Infallible instead of never in the blanket TryFrom implSimon Sapin-2/+2
2019-01-02update to reflect changes recommended by @shepmaster his reviewOzaren-16/+9
2018-12-19fixed test, now it doesn't use a fundemental typeOzaren-4/+5
2018-12-18added test to show motivation for modified TryFrom implOzaren-0/+43