rust-analyzer/crates/hir-ty/src/tests
Chayim Refael Friedman 4049c3b6a9 Support AsyncFnX traits
Only in calls, because to support them in bounds we need support from Chalk. However we don't yet report error from bounds anyway, so this is less severe.

The returned future is shown in its name within inlay hints instead of as a nicer `impl Future`, but that can wait for another PR.
2024-12-03 21:26:26 +02:00
..
closure_captures.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
coercion.rs Fix inference of literals when the expectation is Castable 2024-09-12 00:57:34 +03:00
diagnostics.rs Drop unknown lifetimes when rendering generic args 2024-04-24 21:22:48 +02:00
display_source_code.rs Drop unknown lifetimes when rendering generic args 2024-04-24 21:22:48 +02:00
incremental.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
macros.rs hir-ty: change struct constructor formatting. 2024-10-08 11:05:03 -07:00
method_resolution.rs feat: Implement cast typechecks 2024-09-03 04:11:36 +09:00
never_type.rs Do not consider match/let/ref of place that evaluates to ! to diverge, disallow coercions from them too 2024-10-15 00:37:40 +09:00
patterns.rs hir-ty: change struct constructor formatting. 2024-10-08 11:05:03 -07:00
regression.rs hir-ty: change struct constructor formatting. 2024-10-08 11:05:03 -07:00
simple.rs Correctly resolve variables and labels from before macro definition in macro expansion 2024-10-22 21:49:17 +03:00
traits.rs Support AsyncFnX traits 2024-12-03 21:26:26 +02:00
type_alias_impl_traits.rs feat: Implement TAIT 2024-08-10 15:22:05 +09:00