about summary refs log tree commit diff
path: root/tests/ui/async-await/multiple-lifetimes
AgeCommit message (Collapse)AuthorLines
2024-08-17Bless test falloutMichael Goulet-3/+3
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-18/+18
2023-05-10Adjust tests for new drop and forget lintsUrgau-1/+1
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-2/+3
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-0/+10
rework min_choice algorithm of member constraints See [this comment](https://github.com/rust-lang/rust/pull/105300#issuecomment-1384312743) for the description of the new algorithm. Fixes #63033 Fixes #104639 This uses a more general algorithm than #89056 that doesn't treat `'static` as a special case. It thus accepts more code. For example: ```rust async fn test2<'s>(_: &'s u8, _: &'_ &'s u8, _: &'_ &'s u8) {} ``` I claim it's more correct as well because it fixes #104639. cc ``@nikomatsakis`` ``@lqd`` ``@tmandry`` ``@eholk`` ``@chenyukang`` ``@oli-obk`` r? types
2023-01-17rework min_choice algorithm of member constraintsAli MJ Al-Nasrawy-0/+10
See the inline comments for the description of the new algorithm.
2023-01-15Tweak E0597Esteban Küber-6/+6
CC #99430
2023-01-11Move /src/test to /testsAlbert Larsan-0/+238