We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8307567 commit 60402a7Copy full SHA for 60402a7
src/rustdoc-internals.md
@@ -184,7 +184,8 @@ It's important to note that rustdoc can ask the compiler for type information
184
directly, even during HTML generation. This [didn't used to be the case], and
185
a lot of rustdoc's architecture was designed around not doing that, but a
186
`TyCtxt` is now passed to `formats::renderer::run_format`, which is used to
187
-run generation for both HTML and the (unstable as of March 2023) JSON format.
+run generation for both HTML and the
188
+(unstable as of <!-- date-check --> March 2023) JSON format.
189
190
[didn't used to be the case]: https://github.com/rust-lang/rust/pull/80090
191
0 commit comments