Functionsยง
- extract_
doctests - Parse the docstring markdown and return every code fence as a Doctest.
Doctests in rustdoc are any
```fence whose language token is empty,rust, or starts withrust,. We also surface non-rust fences so the renderer can label them; the caller filters onlang/fence_attributes.