]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #50062 - varkor:xpy-check-rustdoc, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Fri, 20 Apr 2018 12:52:50 +0000 (12:52 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Apr 2018 12:52:50 +0000 (12:52 +0000)
Add rustdoc to x.py check

Modifying rustc can often cause errors in rustdoc, so it's useful to include it in the steps that are checked.

One thing that I was unsure about was when to call `clear_if_dirty` (both in this step, and in other steps in relation to this one) — we want to be sure rustdoc will always be rechecked after modifying previous steps — but does this belong in rustdoc, or the other steps?

Fixes #49917.

r? @Mark-Simulacrum


Trivial merge