summary refs log tree commit diff
path: root/tests/ui/lifetimes/lifetime-errors
AgeCommit message (Expand)AuthorLines
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