Files
rust/compiler
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-01-16 21:15:31 +01:00
2024-02-06 13:12:33 +11:00
2024-02-18 16:02:16 +03:00
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-02-13 21:13:06 +00:00
2024-02-06 13:12:33 +11:00
2024-02-12 15:46:35 +09:00
2024-02-06 13:12:33 +11:00