mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
51a58c59f3
interpret: dyn trait metadata check: equate traits in a proper way Hopefully fixes https://github.com/rust-lang/miri/issues/3541... unfortunately we don't have a testcase. The first commit is just a refactor without functional change. r? `@oli-obk`