We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977bf0a commit e17c2f3Copy full SHA for e17c2f3
tests/crashes/README.md
@@ -1 +1,9 @@
1
-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.
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