mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
Remove borrowck Upvar duplication This cuts out an extra allocation and copying over from the already cached closure capture information.
For more information about how rustc works, see the rustc dev guide.