about summary refs log tree commit diff
path: root/tests/ui/lifetimes/lifetime-errors
AgeCommit message (Expand)AuthorLines
2025-09-18Add regression test for issue 91831aklaiber-0/+33
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-23/+50
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-17/+2
2025-01-08Remove special-casing for argument patterns in MIR typeckdianne-7/+9
2025-01-06`best_blame_constraint`: avoid blaming assignments without user-provided typesdianne-9/+7
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-17/+59
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-3/+14
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber-14/+25
2024-05-17Detect when a lifetime is being reused in suggestionEsteban Küber-5/+5
2024-05-17Tweak suggested lifetimes to modify return type instead of `&self` receiverEsteban Küber-8/+8
2024-05-17Run `rustfmt` on modified testsEsteban Küber-45/+38
2024-05-17Account for owning item lifetimes in suggestion and annotate tests as `run-ru...Esteban Küber-5/+40
2024-05-17Always constrain the return type in lifetime suggestionEsteban Küber-6/+6
2024-05-17Suggest setting lifetime in borrowck error involving types with elided lifetimesEsteban Küber-0/+55
2024-04-01Fix obligation param and bless testsMichael Goulet-2/+2
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-19/+1
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-12/+6
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-1/+19
2024-01-16borrowck: wf-check fn item argsAli MJ Al-Nasrawy-1/+33
2023-12-05Add print_trait_sugaredMichael Goulet-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-32/+32
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-1/+1
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-1/+4
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-22/+22
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1035