mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:36:43 +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`