rust/compiler/rustc_symbol_mangling/src
bors 4d7a80d486 Auto merge of #114672 - lenawanel:master, r=compiler-errors
make `typeid::typeid_itanium_cxx_abi::transform_ty` evaluate length in array types

the ICE in https://github.com/rust-lang/rust/issues/114275 was caused by `transform_ty`
in compiler/rustc_symbol_mangling/src/typeid/typeid_itanium_cxx_abi.rs encountering an unevaluated const, while expecting it to already be evaluated.
2023-08-11 09:30:41 +00:00
..
typeid fix #114275 2023-08-10 11:00:06 +02:00
errors.rs
legacy.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
lib.rs rustc: Move stable_crate_id from Session to GlobalCtxt 2023-08-09 14:35:23 +08:00
test.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
typeid.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
v0.rs avoid 'miri' when refering to the shared interpreter 2023-08-02 16:52:03 +02:00