Function rustc_hir_analysis::check::upvar::enable_precise_capture
source · [−]Expand description
Precise capture is enabled if the feature gate capture_disjoint_fields
is enabled or if
user is using Rust Edition 2021 or higher.
span
is the span of the closure.