mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 00:37:04 +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.