about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-31076.rs
AgeCommit message (Collapse)AuthorLines
2021-11-06Move some tests to more reasonable directoriesCaio-17/+0
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+1
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.
2019-12-12Update testsLeSeulArtichaut-2/+2
2018-11-05update test to include concrete type (i32)jsirs-0/+2
2018-11-05Add testjsirs-0/+15
Add test for incompleately implemented add trait, see issue #31076