rust/compiler/rustc_const_eval/src
Jonathan Brouwer 0fc86d8fa0
Rollup merge of #151260 - reddevilmidzy:type_const, r=BoxyUwU
Handle unevaluated ConstKind in in_operand

fix: rust-lang/rust#151248

r? BoxyUwU
~~I can't reproduce rust-lang/rust#151246 in my local(x86_64-pc-windows-msvc) even before this change. 🤔
create a draft and test it in different environments.~~
2026-01-22 13:35:40 +01:00
..
check_consts Handle unevaluated Const::Ty (#[type_const]) 2026-01-22 00:35:12 +09:00
const_eval feat: support slices in reflection type info 2026-01-21 16:03:00 -06:00
interpret make simd_insert_dyn and simd_extract_dyn const 2026-01-21 14:57:33 +01:00
util codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
errors.rs const validation: remove check for mutable refs in final value of const 2025-11-09 14:32:01 +01:00
lib.rs Remove all allows for diagnostic_outside_of_impl and untranslatable_diagnostic throughout the codebase 2026-01-19 17:39:49 +01:00