carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

Include parse node being checked in crash backtrace.

Open zygoloid opened this issue 1 year ago • 0 comments

When we crash, include the source location of the parse node that we were handling, as well as the name of the check function that we were calling. Also include the source snippet, since it's easy to do so, and may avoid the need to look at the input file in some cases.

zygoloid avatar May 01 '24 00:05 zygoloid