Closed
Description
Compiletest needs to understand multispans before they can actually be used in compiler output.
This makes expected-error-checking more complicated because multiple errors can be folded into a single one, breaking a core assumption of the current code.
Because of this I suggest to switch to the new JSON error output format. (though how should stderr, raw json, be shown to the user in case of test failure?)