Closed
Description
As a subpart of #60471, this tracks the work around normalizing constants that began with #71973.
Background and links to reading material
There is a hackmd that sketched out some notes and a basic plan, though it's evolved some since then.
FIXMEs and issues to be resolved
- Detection of illegal regions in opaque types for constants
- Diagnostics for mismatched types
- Post lazy normalization for consts cleanup (#71973) #72129 misc cleanup
Metadata
Metadata
Assignees
Labels
Area: Constant evaluation, covers all const contexts (static, const fn, ...)Area: const generics (parameters and arguments)Area: Lazy normalization (tracking issue: #60471)Category: An issue tracking the progress of sth. like the implementation of an RFC`#![feature(const_generics)]`Relevant to the compiler team, which will review and decide on the PR/issue.