mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
175756f683
Do not ICE when suggesting dereferencing closure arg Account for `for` lifetimes when constructing closure to see if dereferencing the return value would be valid. Fix #125634, fix #124563.