]> git.lizzy.rs Git - rust.git/commit
rustdoc: Run all work in a separate task
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 02:51:02 +0000 (19:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 03:20:54 +0000 (20:20 -0700)
commitcb8bd83888cddc37c912be648ce5a814b08ceb25
tree0ab991763ef2ac05476dc000240f85757df69aaa
parentf5ac41185a821681f4bfaf93ef0569955d24ef4a
rustdoc: Run all work in a separate task

There's a good long comment explaining why. The tl;dr; is that I have no idea
why this is necessary, but it gets --test to work on windows which is something,
right?

cc #13259
cc #16275
cc rust-lang/cargo#302
src/librustdoc/lib.rs