rust-analyzer/crates/ide-diagnostics
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
..
src Support AsyncFnX traits 2024-12-03 21:26:26 +02:00
Cargo.toml Move text-edit into ide-db 2024-10-28 14:37:41 +01:00