rust/compiler/rustc_trait_selection
Matthias Krüger 654b2f39f1
Rollup merge of #141359 - compiler-errors:async-fn-once, r=lcnr
Fix `FnOnce` impl for `AsyncFn`/`AsyncFnMut` self-borrowing closures in new solver

This only affects closures that are "`AsyncFn`/`AsyncFnMut`" in their calling capability that are being called with the `FnOnce` trait.

fixes https://github.com/rust-lang/trait-system-refactor-initiative/issues/217

r? lcnr
2025-05-22 16:04:12 +02:00
..
src Rollup merge of #141359 - compiler-errors:async-fn-once, r=lcnr 2025-05-22 16:04:12 +02:00
Cargo.toml support duplicates in the opaque_types_storage 2025-05-06 14:59:09 +00:00
messages.ftl Disarm time bomb (diagnostics) 2025-05-09 12:09:15 +02:00