Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #158115 - Shourya742:2026-06-19-rename-unevaluatedConst-to-aliasconst, r=BoxyUwU,khyperia
Rename UnevaluatedConst to AliasConst
refer: https://github.com/rust-lang/project-const-generics/issues/115
r? @khyperia
I only renamed the type system version to `AliasConst`/`AliasConstKind`. I did not rename MIR’s `UnevaluatedConst`, it currently holds direct def_id instead of kind variant we have in type-system. I also left `rustc_public`’s `UnevaluatedConst` unchanged.