iffy diagnostics for struct defined in a const generic default that uses generics from outer struct #86651
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-diagnostics
Area: Messages for errors, warnings, and lints
F-const_generics_defaults
`#![feature(const_generics_defaults)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: link
The current output is:
Ideally the output should shouldn't talk about functions but struct definitions instead
The text was updated successfully, but these errors were encountered: