• N
    Initial work towards abort-free compilation · 0b511e82
    Nick Cameron 提交于
    The goal is that the compiler will pass `Result`s around rather than using abort_if_errors. To preserve behaviour we currently abort at the top level. I've removed all other aborts from the driver, but haven't touched any of the nested aborts.
    0b511e82
driver.rs 43.0 KB