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 0076be2 commit efe3ab7Copy full SHA for efe3ab7
src/rustdoc.md
@@ -219,6 +219,9 @@ tests to run before handing them off to the libtest test runner. One notable
219
location in `test.rs` is the function `make_test`, which is where hand-written
220
doctests get transformed into something that can be executed.
221
222
+Some extra reading about `make_test` can be found
223
+[here](https://quietmisdreavus.net/code/2018/02/23/how-the-doctests-get-made/).
224
+
225
## Dotting i's and crossing t's
226
227
So that's rustdoc's code in a nutshell, but there's more things in the repo
0 commit comments