summary refs log tree commit diff
path: root/src/test/ui/suggestions/numeric-cast.stderr
AgeCommit message (Expand)AuthorLines
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-25/+25
2018-02-26Update UI testsVadim Petrochenkov-503/+503
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-24Fix into() cast paren check precedenceRyan Cumming-1/+21
2018-01-14Use `s::u::p::expr_precedence` and fix messageEsteban Küber-10/+10
2018-01-14Only suggest casting numeric types using `into()`Esteban Küber-747/+269
2018-01-14Use `into` for casting when possibleEsteban Küber-44/+44
2018-01-14Suggest casting on numeric type errorEsteban Küber-0/+1364