about summary refs log tree commit diff
path: root/src/test/ui/inference/cannot-infer-closure.stderr
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-4/+3
2021-02-06path trimming: ignore type aliasesDan Aloni-3/+3
2021-01-10Tweak `?` inference error messagesWilliam Bain-2/+2
2021-01-10Note inference failures using `?` conversionWilliam Bain-1/+2
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-2/+2
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-3/+5
2019-08-13review commentsEsteban Küber-1/+1
2019-08-12Resolve types when suggesting boxed closureEsteban Küber-4/+4
2019-08-12When needing type annotations in local bindings, account for impl Trait and c...Esteban Küber-0/+11