summary refs log tree commit diff
path: root/src/test/ui/suggestions/numeric-cast.rs
AgeCommit message (Expand)AuthorLines
2018-01-24Fix into() cast paren check precedenceRyan Cumming-0/+5
2018-01-14Only suggest casting numeric types using `into()`Esteban Küber-21/+0
2018-01-14Use `into` for casting when possibleEsteban Küber-1/+1
2018-01-14Suggest casting on numeric type errorEsteban Küber-0/+336