mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 02:27:49 +00:00
Suggest using precise capturing for hidden type that captures region Adjusts the "add `+ '_`" suggestion for opaques to instead suggest adding or reusing the `+ use<>` in the opaque. r? oli-obk or please re-roll if you're busy!