Same function reported as missing multiple times #19731
Labels
area:reporting
Error reporting including formatting, implicit suggestions, etc
better-errors
Issues concerned with improving confusing/unhelpful diagnostic messages
itype:enhancement
Spree
Suitable for a future Spree
Milestone
Compiler version
3.0.0-3.4.1-RC1
Minimized example
Output Error/Warning message
Why this Error/Warning was not helpful
The message was unhelpful because it lists the same function twice. When using this as a stub for implementation, you need to remove it. This is esp. confusing when there are many methods to be implemented.
Suggested improvement
It could be made more helpful by listing each method overload only once. e.g.:
The text was updated successfully, but these errors were encountered: