Uh oh!
There was an error while loading. Please reload this page.
rustbuild: Run all markdown documentation tests - #33092
Conversation
rust-highfive
commented
Apr 19, 2016
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Apr 19, 2016
r? @brson |
steveklabnik
commented
Apr 19, 2016
Ahh, the style guidelines. |
1dbb3bd to
7c7d975CompareThis commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation. This also includes support for running the error index tests.
7c7d975 to
ede8944Comparebrson
commented
Apr 19, 2016
@bors r+ |
bors
commented
Apr 19, 2016
📌 Commit ede8944 has been approved by |
bors
commented
Apr 21, 2016
rustbuild: Run all markdown documentation tests This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation.
bors
commented
Apr 21, 2016
💔 Test failed - auto-win-msvc-32-opt |
alexcrichton
commented
Apr 21, 2016
@bors: retry On Thu, Apr 21, 2016 at 12:18 PM, bors notifications@github.com wrote:
|
bors
commented
Apr 22, 2016
⌛ Testing commit ede8944 with merge 105b324... |
bors
commented
Apr 22, 2016
💔 Test failed - auto-win-msvc-64-opt-mir |
alexcrichton
commented
Apr 22, 2016
@bors: retry On Fri, Apr 22, 2016 at 8:25 AM, bors notifications@github.com wrote:
|
rustbuild: Run all markdown documentation tests This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation.
bors
commented
Apr 23, 2016
rustbuild: Run all markdown documentation tests This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation.
This commit adds support to rustbuild to run all documentation tests, basically
running
rustdoc --testover all our documentation.