Files
rust/tests
Matthias Krüger 433180e0cb Rollup merge of #121350 - compiler-errors:resolve, r=oli-obk
Fix stray trait mismatch in `resolve_associated_item` for `AsyncFn`

Copy-paste error meant that we were calling `fn_trait_kind_from_def_id` instead of `async_fn_trait_kind_from_def_id`. But turns out we don't even need to do that, since we already matched the trait def id above.

Fixes #121306

r? oli-obk
2024-02-20 19:35:42 +01:00
..
2024-02-08 19:56:30 -05:00
2024-02-07 10:42:01 +08:00
2024-02-18 20:51:45 +03:00
2024-02-16 12:10:50 +01:00