Complex compiler error messages should include a link to a relevant tutorial #9971
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-low
Low priority
For example, if the compiler says
instantiating a type parameter with an incompatible type which does not fulfill
Send``, this is not useful to someone who doesn't even know whatSend
means. For messages like this, the compiler should include a `span_note` that points the user in an appropriate direction for further reading.The text was updated successfully, but these errors were encountered: