rust/compiler/rustc_traits/src
bors 06f4950cbd Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors
make `PlaceholderConst` not store the type of the const

Currently the `Placeholder` variant on `ConstKind` is 28 bytes when with this PR its 8 bytes, i am not sure this is really useful at all rn since `Unevaluated` and `Value` variants are huge still but eventually it should be possible to get both down to 16 bytes 🤔. Mostly opening this to see if this change has any perf impact when done before it can make `ConstKind`/`ConstS` smaller
2022-08-02 13:10:49 +00:00
..
chalk Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors 2022-08-02 13:10:49 +00:00
dropck_outlives.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
evaluate_obligation.rs add tests and comment 2022-07-27 14:43:46 +03:00
implied_outlives_bounds.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
normalize_erasing_regions.rs implement valtrees as the type-system representation for constant values 2022-06-14 16:07:11 +02:00
normalize_projection_ty.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
type_op.rs add tests and comment 2022-07-27 14:43:46 +03:00