To start a new build commit change to repository or click New build button.
Auto merge of #6290 - ehuss:json-parse-error, r=alexcrichton
Show error on JSON parse error and nonzero exit.
If JSON parsing failed, and rustc exits nonzero, the error was lost.
This would have made it easier to diagnose #5992.