rust/compiler/rustc_const_eval/src/util
Guillaume Boisseau 200019c199
Rollup merge of #121731 - oli-obk:eager_opaque_checks, r=compiler-errors
Now that inlining, mir validation and const eval all use reveal-all, we won't be constraining hidden types here anymore

r? `@compiler-errors`

one bubble down, two more to go

the test is unrelated, just something I noticed would be good to test in both the old solver and the new.
2024-03-02 20:13:23 +01:00
..
alignment.rs still accept references to u8 slices and str in packed fields 2023-09-06 08:32:30 +02:00
caller_location.rs Split rustc_type_ir to avoid rustc_ast from depending on it 2024-02-27 18:11:23 +00:00
check_validity_requirement.rs unstably allow constants to refer to statics and read from immutable statics 2024-02-10 16:12:55 +01:00
compare_types.rs Now that inlining, mir validation and const eval all use reveal-all, we won't be constraining hidden types here anymore 2024-02-28 09:59:50 +00:00
mod.rs partially inline eval_rvalue_into_place for const prop lint 2024-01-23 16:34:42 +00:00
type_name.rs Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs 2024-02-06 02:22:58 +00:00