show how to view docs locally
This commit is contained in:
parent
977bf0a134
commit
e17c2f3ecc
1 changed files with 9 additions and 1 deletions
|
|
@ -1 +1,9 @@
|
|||
Documentation on crash tests is at https://rustc-dev-guide.rust-lang.org/tests/compiletest#crash-tests
|
||||
Documentation on crash tests is at https://rustc-dev-guide.rust-lang.org/tests/compiletest#crash-tests.
|
||||
|
||||
Alternatively, you can build the documentation from this repository:
|
||||
|
||||
```console
|
||||
mdbook serve --open src/doc/rustc-dev-guide
|
||||
```
|
||||
|
||||
The documentation will then be available at http://localhost:3000/tests/compiletest.html#crash-tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue