about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-31076.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-06Move some tests to more reasonable directoriesCaio-19/+0
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-2/+2
When encountering a binop where the types would have been accepted, if all the predicates had been fulfilled, include information about the predicates and suggest appropriate `#[derive]`s if possible. Point at trait(s) that needs to be `impl`emented.
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0
Update tests Extend to other operations Refractor check in a separate function Fix more tests
2019-12-12Update UI test expectationsLeSeulArtichaut-2/+2
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-4/+8
2018-11-05add test for i32, fix incorrect locationjsirs-2/+10
2018-11-05Add testjsirs-0/+11
Add test for incompleately implemented add trait, see issue #31076