about summary refs log tree commit diff
path: root/tests/ui/async-await/async-fn/dyn-pos.rs
AgeCommit message (Collapse)AuthorLines
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-1/+1
This CL makes a number of small changes to dyn compatibility errors: - "object safety" has been renamed to "dyn-compatibility" throughout - "Convert to enum" suggestions are no longer generated when there exists a type-generic impl of the trait or an impl for `dyn OtherTrait` - Several error messages are reorganized for user readability Additionally, the dyn compatibility error creation code has been split out into functions. cc #132713 cc #133267
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-1/+1
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-4/+1
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-3/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-31Add testsMichael Goulet-0/+14