mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 14:48:45 +00:00
Collect items referenced from var_debug_info The collection is limited to full debuginfo builds to match behavior of FunctionCx::compute_per_local_var_debug_info. Fixes #138942.