Closed
Description
Currently, it gives this error:
error[E0585]: found a documentation comment that doesn't document anything
--> /checkout/src/doc/rustdoc/src/what-to-include.md:68:1
|
7 | /// ```
| ^^^^^^^
|
= help: doc comments must come before what they document, maybe a comment was intended with `//`?
Rustdoc should always run doctests in markdown, since there's no code to document.
Originally posted by @jyn514 in #75778 (comment)