about summary refs log tree commit diff
path: root/src/test/run-pass/try_from.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-37/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
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