Display errors generated when inlining fails implicit search #11101
Labels
area:inline
area:reporting
Error reporting including formatting, implicit suggestions, etc
itype:enhancement
Milestone
When a given instance is generated by a macro and the macro fails, it would be useful to see which errors were generated in expansion, rather than only see the method that was attempted.
Minimized code
Output
Expectation
I would also like to see the "blow up here" error for
summon[TC[FailHere]]
, for example, we already see thatgiven_TC_T
was attempted so maybe the error can say thatBut method given_TC_T failed with errors: ...
The text was updated successfully, but these errors were encountered: