Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: Set a nonzero exit status on failure #16342

Closed
wants to merge 1 commit into from

Commits on Aug 8, 2014

  1. rustdoc: Set a nonzero exit status on failure

    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 rust-lang#16341
    alexcrichton committed Aug 8, 2014
    5 Configuration menu
    Copy the full SHA
    d9038fc View commit details
    Browse the repository at this point in the history