diff options
| author | 二手掉包工程师 <rustin.liu@gmail.com> | 2021-04-04 00:41:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-04 01:41:35 +0900 |
| commit | 0eae82a6549a40b5acb34cc87c464d3eed8b2476 (patch) | |
| tree | f5c7ce81236edec514c71771705cf97c8ec7ded9 /src/doc/rustc-dev-guide | |
| parent | 0686ce5a942d0343d25034474857a785b1701162 (diff) | |
| download | rust-0eae82a6549a40b5acb34cc87c464d3eed8b2476.tar.gz rust-0eae82a6549a40b5acb34cc87c464d3eed8b2476.zip | |
Fix rustdocs test command typo (#1103)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc.md b/src/doc/rustc-dev-guide/src/rustdoc.md index b0c68aa9d5e..88177ccba81 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc.md +++ b/src/doc/rustc-dev-guide/src/rustdoc.md @@ -47,7 +47,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.) * The completed docs will be available in `build/$TARGET/doc/std`, though the bundle is meant to be used as though you would copy out the `doc` folder to a web server, since that's where the CSS/JS and landing page are. -* Use `x.py test src/test/rustdoc*` to run the tests using a stage1 rustdoc. +* Use `./x.py test src/test/rustdoc*` to run the tests using a stage1 rustdoc. * See [Rustdoc internals] for more information about tests. * Most of the HTML printing code is in `html/format.rs` and `html/render.rs`. It's in a bunch of `fmt::Display` implementations and supplementary |
