rust/compiler/rustc_const_eval/src
Nilstrieb 3019c1cb2a Put LayoutError behind reference to shrink result
`LayoutError` is 24 bytes, which is bigger than the `Ok` types, so let's
shrink that.
2023-07-01 21:16:25 +02:00
..
const_eval Add enum for can_access_statics boolean 2023-06-24 20:40:40 +00:00
interpret Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
transform remove FIXME and add test 2023-06-28 07:59:36 -04:00
util Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
errors.rs Better error for non const PartialEq call generated by match 2023-06-18 05:24:38 +00:00
lib.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00