about summary refs log tree commit diff
path: root/tests/ui/impl-trait/issues/issue-78722.stderr
AgeCommit message (Collapse)AuthorLines
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-3/+3
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-1/+1
2024-06-27Tighten spans for async blocksMichael Goulet-1/+1
2024-01-13Bless testsGeorge-lewis-0/+1
Update tests
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-07-07Require TAITs to be mentioned in the signatures of functions that register ↵Oli Scherer-3/+3
hidden types for them
2023-03-08Remove `identity_future` indirectionArpad Borsos-11/+2
This was previously needed because the indirection used to hide some unexplained lifetime errors, which it turned out were related to the `min_choice` algorithm. Removing the indirection also solves a couple of cycle errors, large moves and makes async blocks support the `#[track_caller]` annotation.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+28