rust/compiler/rustc_const_eval/src/const_eval
FedericoBruzzone cef97bce7b Add TooGeneric variant to LayoutError and emit Unknown one
- `check-pass` test for a MRE of #135020
- fail test for #135138
- switch to `TooGeneric` for checking CMSE fn signatures
- switch to `TooGeneric` for compute `SizeSkeleton` (for transmute)
- fix broken tests
2025-01-27 00:37:34 +01:00
..
dummy_machine.rs Pass FnAbi to find_mir_or_eval_fn 2024-12-19 14:10:37 +00:00
error.rs Add TooGeneric variant to LayoutError and emit Unknown one 2025-01-27 00:37:34 +01:00
eval_queries.rs fix ICE on type error in promoted 2024-12-09 15:17:26 +01:00
fn_queries.rs Methods of const traits are const 2025-01-15 15:57:06 +00:00
machine.rs Methods of const traits are const 2025-01-15 15:57:06 +00:00
mod.rs report UB when the niche value refers to the untagged variant 2024-11-30 18:26:30 +01:00
valtrees.rs Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00