You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`aux-bin`| Build a aux binary, made available in `auxiliary/bin` relative to test directory | All except `run-make`| Path to auxiliary `.rs` file |
@@ -61,8 +63,7 @@ not be exhaustive. Directives can generally be found by browsing the
61
63
|`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
64
|`build-aux-docs`| Build docs for auxiliaries as well. Note that this only works with `aux-build`, not `aux-crate`. | All except `run-make`| N/A |
63
65
64
-
[^pm]: please see the Auxiliary proc-macro section in the
65
-
[compiletest](./compiletest.md) chapter for specifics.
66
+
[^pm]: please see the [Auxiliary proc-macro section](compiletest.html#auxiliary-proc-macro) in the compiletest chapter for specifics.
0 commit comments