Const-generic arguments are not printed in error messages #61395
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
F-const_generics
`#![feature(const_generics)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This code (playground):
results in
with missing const arguments in the
note: ...
at the bottom.The text was updated successfully, but these errors were encountered: