We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6459f commit d1e2f3bCopy full SHA for d1e2f3b
src/rustdoc.md
@@ -47,7 +47,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
47
* The completed docs will be available in `build/$TARGET/doc/std`, though the
48
bundle is meant to be used as though you would copy out the `doc` folder to
49
a web server, since that's where the CSS/JS and landing page are.
50
-* 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.
51
* See [Rustdoc internals] for more information about tests.
52
* Most of the HTML printing code is in `html/format.rs` and `html/render.rs`.
53
It's in a bunch of `fmt::Display` implementations and supplementary
0 commit comments