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