Unconditional recursion in a const fn
produces a massive diagnostic
#92796
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-diagnostics
Area: Messages for errors, warnings, and lints
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code (playground):
The current output is:
Massive diagnostic
Ideally, the duplicate lines should be hidden:
@rustbot modify labels: +A-const-fn +D-verbose
The text was updated successfully, but these errors were encountered: