mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 00:16:16 +00:00
Add suggestion to use closure argument instead of a capture on borrowck error Fixes #109271 r? `@compiler-errors` This should probably be refined a bit, but opening a PR so that I don't forget anything.