mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
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`