]> git.lizzy.rs Git - rust.git/commit
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)
commitbeda30e7ae2201f90b65c385188a76efa4260c8d
treea1ae49936469dceba975dee13b7323b0a74ab9a2
parentf9a4323c08cecba589bfcd371a3655ec47412e34
parentd9038fc3b3222c678bdf2d06b896322976eaacf5
auto merge of #16342 : alexcrichton/rust/issue-16341, r=huonw

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