rust/compiler/rustc_const_eval/src
bors 8a1f8039a7 Auto merge of #134550 - jhpratt:rollup-wsfmo59, r=jhpratt
Rollup of 6 pull requests

Successful merges:

 - #126118 (docs: Mention `spare_capacity_mut()` in `Vec::set_len`)
 - #132830 (Rename `elem_offset` to `element_offset`)
 - #133103 (Pass FnAbi to find_mir_or_eval_fn)
 - #134321 (Hide `= _` as associated constant value inside impl blocks)
 - #134518 (fix typos in the example code in the doc comments of `Ipv4Addr::from_bits()`, `Ipv6Addr::from_bits()` & `Ipv6Addr::to_bits()`)
 - #134521 (Arbitrary self types v2: roll loop.)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-12-20 07:27:15 +00:00
..
check_consts Auto merge of #134438 - lqd:const-qualif-bitsets, r=compiler-errors 2024-12-20 04:48:19 +00:00
const_eval Pass FnAbi to find_mir_or_eval_fn 2024-12-19 14:10:37 +00:00
interpret Rollup merge of #133103 - tiif:fnabi, r=RalfJung 2024-12-20 01:36:47 -05:00
util make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00
errors.rs Deduplicate checking drop terminator 2024-11-22 16:54:41 +00:00
lib.rs report UB when the niche value refers to the untagged variant 2024-11-30 18:26:30 +01:00