We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3423f1e + 6a57fbf commit b38aa65Copy full SHA for b38aa65
src/doc/rustc-dev-guide/src/tests/directives.md
@@ -248,7 +248,7 @@ Consider writing the test as a proper incremental test instead.
248
249
| Directive | Explanation | Supported test suites | Possible values |
250
|-------------|--------------------------------------------------------------|------------------------------------------|---------------------------|
251
-| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `js-doc-test`, `rustdoc-json` | Any valid `rustdoc` flags |
+| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `rustdoc-js`, `rustdoc-json` | Any valid `rustdoc` flags |
252
253
<!--
254
**FIXME(rustdoc)**: what does `check-test-line-numbers-match` do?
0 commit comments