summary refs log tree commit diff
path: root/tests/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2023-05-05improve diagnostics and bless testsBoxy-12/+11
2023-04-29Do not force anonymous lifetimes in consts to be static.Camille GILLOT-0/+20
2023-04-21Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkovbors-0/+13
2023-04-20Move test filesCaio-0/+13
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-0/+2
2023-04-14use param instead of tyAlex Chi-70/+46
2023-04-14better suggestion based on hirAlex Chi-1/+148
2023-04-14suggest lifetime for closure parameter type when mismatchAlex Chi-0/+8
2023-04-05Add regression test for #93911Yuki Okushi-0/+18
2023-03-17Do not ICE for unexpected lifetime with ConstGeneric ribyukang-2/+24
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-0/+6
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-3/+10
2023-02-26Don't trigger ICE for ReError when the other region is empty.Lenko Donchev-0/+40
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-4/+4
2023-02-10Auto merge of #107652 - estebank:re_error, r=oli-obkbors-4/+74
2023-02-09Rollup merge of #107648 - matthiaskrgr:unused_lifetime_104432_fix, r=cjgillotDylan DPC-0/+12
2023-02-09Introduce `ReError`Esteban Küber-4/+74
2023-02-04Recover from default value for a lifetime in generic parameters.Lenko Donchev-0/+14
2023-02-03unused-lifetimes: don't warn about lifetimes originating from expanded codeMatthias Krüger-0/+12
2023-01-30Modify primary span label for E0308Esteban Küber-3/+3
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-0/+2
2023-01-23Add hint for missing lifetime bound on trait object when type alias is usedyanchen4791-0/+105
2023-01-17Add 'static lifetime suggestion when GAT implied 'static requirement from HRTByanchen4791-0/+120
2023-01-15Tweak E0597Esteban Küber-0/+2
2023-01-11Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen4791-5/+22
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3182