Consts in const generics should be pretty-printed #60738
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Often consts are debug-printed (e.g.
ConstValue::Unevaluated(..)
), rather than being pretty-printed. I don't have an exhaustive list of places that need to be fixed here, but I've noticed it in some errors.The text was updated successfully, but these errors were encountered: