Skip to content

Commit e17c2f3

Browse files
committed
show how to view docs locally
1 parent 977bf0a commit e17c2f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/crashes/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
Documentation on crash tests is at https://rustc-dev-guide.rust-lang.org/tests/compiletest#crash-tests
1+
Documentation on crash tests is at https://rustc-dev-guide.rust-lang.org/tests/compiletest#crash-tests.
2+
3+
Alternatively, you can build the documentation from this repository:
4+
5+
```console
6+
mdbook serve --open src/doc/rustc-dev-guide
7+
```
8+
9+
The documentation will then be available at http://localhost:3000/tests/compiletest.html#crash-tests.

0 commit comments

Comments
 (0)