• A
    report the total number of errors on compilation failure · fb7ab9e4
    Ariel Ben-Yehuda 提交于
    Prior to this PR, when we aborted because a "critical pass" failed, we
    displayed the number of errors from that critical pass. While that's the
    number of errors that caused compilation to abort in *that place*,
    that's not what people really want to know. Instead, always report the
    total number of errors, and don't bother to track the number of errors
    from the last pass that failed.
    
    This changes the compiler driver API to handle errors more smoothly,
    and therefore is a compiler-api-[breaking-change].
    
    Fixes #42793.
    fb7ab9e4
m2.stderr 488 字节