about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/wrong-fn-kind.rs
AgeCommit message (Expand)AuthorLines
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-02Move tests back to using AsyncFnMichael Goulet-2/+2
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-3/+7
2024-02-26Actually use the right closure kind when checking async Fn goalsMichael Goulet-2/+6
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-15make better async fn kind errorsMichael Goulet-2/+1
2024-02-06Make async closures test use async bound modifierMichael Goulet-5/+3
2024-02-06Add some testsMichael Goulet-0/+18