• A
    rustdoc: Set a nonzero exit status on failure · d9038fc3
    Alex Crichton 提交于
    Now that rustdoc is spawning a child task, the program won't exit with a default
    error code if the main task fails (because it never fails). This commit forces
    the main task to wait for a child task in order to correctly propagate failure.
    
    Closes #16341
    d9038fc3
lib.rs 19.7 KB