Skip to content

Commit 3964416

Browse files
authored
Merge pull request #2420 from rust-lang/aDotInTheVoid-patch-1
directives.md: Fix `//@ build_aux_docs` -> `//@ build-aux-docs`
2 parents b4b44bb + 812a949 commit 3964416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ not be exhaustive. Directives can generally be found by browsing the
5959
| `aux-crate` | Like `aux-build` but makes available as extern prelude | All except `run-make` | `<extern_prelude_name>=<path/to/aux/file.rs>` |
6060
| `aux-codegen-backend` | Similar to `aux-build` but pass the compiled dylib to `-Zcodegen-backend` when building the main file | `ui-fulldeps` | Path to codegen backend file |
6161
| `proc-macro` | Similar to `aux-build`, but for aux forces host and don't use `-Cprefer-dynamic`[^pm]. | All except `run-make` | Path to auxiliary proc-macro `.rs` file |
62-
| `build_aux_docs` | Build docs for auxiliaries as well | All except `run-make` | N/A |
62+
| `build-aux-docs` | Build docs for auxiliaries as well | All except `run-make` | N/A |
6363

6464
[^pm]: please see the Auxiliary proc-macro section in the
6565
[compiletest](./compiletest.md) chapter for specifics.

0 commit comments

Comments
 (0)