rust/compiler/rustc_const_eval/src
Guillaume Gomez 51a58c59f3
Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk
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`
2024-06-12 15:44:59 +02:00
..
check_consts Add Ty to mir::Const::Ty 2024-06-05 22:25:41 +01:00
const_eval ScalarInt: size mismatches are a bug, do not delay the panic 2024-06-10 13:43:16 +02:00
interpret Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
util interpret: get rid of 'mir lifetime everywhere 2024-05-27 08:25:57 +02:00
errors.rs interpret: make overflowing binops just normal binops 2024-05-21 14:50:09 +02:00
lib.rs Use tidy to sort crate attributes for all compiler crates. 2024-06-12 15:49:10 +10:00