about summary refs log tree commit diff
path: root/src/test/ui/async-await/unused-lifetime.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-39/+0
2022-05-20Lint single-use-lifetimes on the AST.Camille GILLOT-12/+4
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-3/+0
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-0/+3
2020-12-04Update tests of "unused_lifetimes" lint for async functions and corresponding...Dmitry Murygin-37/+42
2019-10-15Avoid unused lifetime warning for lifetimes introduced when desugering async.Giles Cope-0/+42