mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
53cd9783c5
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.