mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:30:36 +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.