rust/compiler/rustc_const_eval/src
Jacob Pratt a53204f978
Rollup merge of #133103 - tiif:fnabi, r=RalfJung
Pass FnAbi to find_mir_or_eval_fn

 https://github.com/rust-lang/miri/issues/4013 needs information from ``FnAbi``, hence it is passed to ``find_mir_or_eval_fn``.

r? `@RalfJung`
2024-12-20 01:36:47 -05:00
..
check_consts Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11: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