about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-26 17:06:43 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-26 21:00:47 -0600
commit0d0f1e20df7950356ea398ff3b6d71209e8ed32c (patch)
tree906c3580d9df10f0f31833cfb761a854b5650215 /src/doc/rustc-dev-guide
parent5af9a8edc84f71e64c208e5872d4ab4595c895b1 (diff)
downloadrust-0d0f1e20df7950356ea398ff3b6d71209e8ed32c.tar.gz
rust-0d0f1e20df7950356ea398ff3b6d71209e8ed32c.zip
Revert "website has disappeared"
This reverts commit 0930e773f1123f9c118f81af3f00b09f1dafc17e.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/rustdoc.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc.md b/src/doc/rustc-dev-guide/src/rustdoc.md
index 072bf31c106..318a8e2e12c 100644
--- a/src/doc/rustc-dev-guide/src/rustdoc.md
+++ b/src/doc/rustc-dev-guide/src/rustdoc.md
@@ -219,6 +219,9 @@ tests to run before handing them off to the libtest test runner. One notable
 location in `test.rs` is the function `make_test`, which is where hand-written
 doctests get transformed into something that can be executed.
 
+Some extra reading about `make_test` can be found
+[here](https://quietmisdreavus.net/code/2018/02/23/how-the-doctests-get-made/).
+
 ## Dotting i's and crossing t's
 
 So that's rustdoc's code in a nutshell, but there's more things in the repo