When 'multiple applicable methods in scope', limit the number of possibilities that are printed #25356
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I have some code with this error:
Needless to say, giving this many options isn't helpful. It should be limited to displaying only around 5-10 possibilities, giving more only if requested with an option like
--verbose
.The text was updated successfully, but these errors were encountered: