mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
interpret: move type_name implementation to an interpreter-independent helper file This should avoid pinging rust-lang/miri each time that file changes, which is really not necessary. r? `@oli-obk`