]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #71645 - ecstatic-morse:readme-build-doc, r=Mark-Simulacrum
authorDylan DPC <dylan.dpc@gmail.com>
Mon, 4 May 2020 01:14:53 +0000 (03:14 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 01:14:53 +0000 (03:14 +0200)
commitccc123a1e2a525c81173d432a9b53e90498a6ab3
tree6ed09fd91e337cf8e2727cf4ee9f26df239f36ef
parent65b448273dd280401cd440a6740a7cd891525ba3
parent5577b3554d3d111f7cff683669b5f7d37539d18d
Rollup merge of #71645 - ecstatic-morse:readme-build-doc, r=Mark-Simulacrum

Direct contributors to try stage 0 rustdoc first

After #71458, `./x.py doc --stage 0 src/libstd` is (empirically) able to build the standard library docs using the `rustdoc` packaged with the bootstrap compiler. This means that new contributors don't need to build the compiler to locally inspect small documentation fixes. This was a roadblock for me when I first started contributing to rust and something that still regularly annoys people. We should recommend that contributors give bootstrap `rustdoc` a try before building the whole compiler.