mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
06b72b06a2
interpret: fix unnecessary allocation in validation visitor Should fix the perf regression introduced by https://github.com/rust-lang/rust/pull/100043. r? `@oli-obk`