rust/crates/hir-ty
bors b218009f46 Auto merge of #14576 - HKalbasi:dev2, r=HKalbasi
Fix explicit deref problems in closure capture

fix the `need-mut` part of #14562

Perhaps surprisingly, it wasn't unique immutable borrow. The code still doesn't emit any of them, and I think those won't happen in edition 2021 (which is currently the only thing implemented), since we always capture `&mut *x` instead of `&mut x`. But I'm not very sure about it.
2023-04-14 13:23:49 +00:00
..
src Auto merge of #14576 - HKalbasi:dev2, r=HKalbasi 2023-04-14 13:23:49 +00:00
Cargo.toml Bump chalk to 0.89 2023-03-19 16:45:26 +09:00