about summary refs log tree commit diff
path: root/tests/ui/return
AgeCommit message (Expand)AuthorLines
2025-09-29Make replacement suggestion `_` in type verboseEsteban Küber-16/+28
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+10
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-6/+6
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-4/+2
2025-03-06Rollup merge of #137303 - compiler-errors:maybe-forgor, r=cjgillotMichael Goulet-5/+0
2025-02-22Remove MaybeForgetReturn suggestionMichael Goulet-5/+0
2025-02-20Tweak E0277 when predicate comes indirectly from `?`Esteban Küber-6/+0
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-3/+0
2024-12-12Tweak multispan renderingEsteban Küber-19/+6
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
2024-08-25Fixing span manipulation and indentation of the suggestion introduced by #126187surechen-27/+12
2024-07-23Suggest adding Result return type for associated method in E0277.surechen-2/+75
2024-06-30Use full expr span for return suggestion on type error/ambiguityMichael Goulet-15/+54
2024-06-29Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errorsMatthias Krüger-0/+105
2024-06-29Fix a error suggestion for E0121 when using placeholder _ as return types on ...surechen-0/+105
2024-06-18tests: update tests for more conservative return ty mismatch note许杰友 Jieyou Xu (Joe)-5/+27
2024-06-12For E0277 suggest adding `Result` return type for function which using Quesio...surechen-0/+162
2024-05-23Don't skip inner const when looking for body for suggestionMichael Goulet-0/+26
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+60
2024-05-16feat: add unit testcardigan1008-0/+17
2024-04-14Fix 1-tuple value suggestionMichael Goulet-2/+2
2024-04-14Suggest value on bare returnMichael Goulet-0/+22
2024-03-16Note that type param is chosen by caller when suggesting return impl Trait许杰友 Jieyou Xu (Joe)-0/+63
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-6/+6
2023-10-04Point to where missing return type should goMichael Goulet-2/+2
2023-08-10Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/...Morten Lohne-0/+59
2023-06-26`hir`: Add `Become` expression kindMaybe Waffle-10/+10
2023-01-30Modify primary span label for E0308Esteban Küber-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+593