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 8808940 commit 2e6ff58Copy full SHA for 2e6ff58
src/doc/rustc-dev-guide/src/rustdoc-internals.md
@@ -221,7 +221,7 @@ directly, even during `HTML` generation.
221
This [didn't used to be the case], and
222
a lot of `rustdoc`'s architecture was designed around not doing that, but a
223
`TyCtxt` is now passed to `formats::renderer::run_format`, which is used to
224
-run generation for both `HTML` and the (unstable as of <!-- date-check --> March 2023) JSON format.
+run generation for both `HTML` and the (unstable as of <!-- date-check --> Nov 2025) JSON format.
225
226
This change has allowed other changes to remove data from the "clean" [`AST`][ast]
227
that can be easily derived from `TyCtxt` queries, and we'll usually accept
0 commit comments