]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16342 : alexcrichton/rust/issue-16341, r=huonw
authorbors <bors@rust-lang.org>
Sat, 9 Aug 2014 16:16:23 +0000 (16:16 +0000)
committerbors <bors@rust-lang.org>
Sat, 9 Aug 2014 16:16:23 +0000 (16:16 +0000)
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


Trivial merge