mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

The dynamic dispatch cost doesn't matter for MIR dumping, which is perf-insensitive. And it's necessary for the next commit, which will store some `extra_data` closures in a struct.