rust/compiler/rustc_const_eval/src
Jubilee Young 0c9d0dfe04 remove explicit deref of AbiAlign for most methods
Much of the compiler calls functions on Align projected from AbiAlign.
AbiAlign impls Deref to its inner Align, so we can simplify these away.
Also, it will minimize disruption when AbiAlign is removed.

For now, preserve usages that might resolve to PartialOrd or PartialEq,
as those have odd inference.
2025-09-28 15:02:14 -07:00
..
check_consts Remove Rvalue::Len. 2025-09-16 22:23:19 +00:00
const_eval Add span for struct tail recursion limit error 2025-09-16 23:04:59 +07:00
interpret remove explicit deref of AbiAlign for most methods 2025-09-28 15:02:14 -07:00
util remove explicit deref of AbiAlign for most methods 2025-09-28 15:02:14 -07:00
errors.rs const validation: better error for maybe-null references 2025-09-24 13:35:29 +02:00
lib.rs Apply cfg(bootstrap) replacement 2025-09-26 19:09:23 -04:00