b218009f46
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |