mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 10:00:37 +00:00
make interpreter and TyAndLayout type Debug impl independent of Ty debug impl This fixes some (but not all) of the fallout from https://github.com/rust-lang/rust/pull/115661. Second commit is taken from https://github.com/rust-lang/rust/pull/107084 (and slightly adjusted); I preserved the original git author information.