about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-24036.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2022-12-13review commentsEsteban Küber-3/+3
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-3/+3
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-3/+3
2022-06-02add new `emit_inference_failure_err`lcnr-1/+6
2020-05-09Test for coercion between (FnDef | Closure) and (FnDef | Closure)Donough Liu-17/+6
2020-01-08review commentsEsteban Küber-1/+1
2020-01-08Point at opaque and closure type definitions in type errorsEsteban Küber-0/+2
2020-01-05Add backticks to various diagnosticsvarkor-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-3/+3
2019-02-07Reweork incompatible match arms errorEsteban Küber-7/+7
- Point at the body expression of the match arm with the type error. - Point at the prior match arms explicitely stating the evaluated type. - Point at the entire match expr in a secondary span, instead of primary. - For type errors in the first match arm, the cause is outside of the match, treat as implicit block error to give a more appropriate error.
2018-12-25Remove licensesMark Rousskov-6/+6
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+32