rustc-perf
rustc-perf copied to clipboard
Return 500 along with line number on panics
Currently we return a 502 on panics with no information about what we wrong. We should instead return 500s with the line number where the panic occurred.