]> git.lizzy.rs Git - rust.git/commit
auto merge of #11030 : cmr/rust/rustdoc_on_fire, r=metajack
authorbors <bors@rust-lang.org>
Tue, 17 Dec 2013 17:01:58 +0000 (09:01 -0800)
committerbors <bors@rust-lang.org>
Tue, 17 Dec 2013 17:01:58 +0000 (09:01 -0800)
commitb870ce7a9fe1368462c3ba8b62a1f85c9e5444ce
tree969c8a65121bd2d7f7f70cfb43342ac28f044591
parentd5798b3902c4af50bf0f24e1c4bbf5e4a4dcc6ca
parent8b5a317d48eb26c3af875a409e4a16587aec7544
auto merge of #11030 : cmr/rust/rustdoc_on_fire, r=metajack

By returning the items to process and storing them in a queue, we were losing
the context that was setup for that item during the recursion. This is an easy
fix, rather than hoisting out the state that it needs.