extend multi-line errors to "method *
has incompatible type for trait"
#21332
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
The multi-line errors should be extended to include this testcase. #19870 missed this because the
msg: &str
didn't go throughSession::span_err
. I triedSession::err
but that didn't work either. If someone can point me to to where to catch it, I can probably fix this too.cc @nick29581
Code:
Error:
Change to:
The text was updated successfully, but these errors were encountered: