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.
2 parents c2691a2 + 0661748 commit aea8edaCopy full SHA for aea8eda
src/rustdoc-internals/rustdoc-test-suite.md
@@ -55,6 +55,9 @@ Similar to shell commands,
55
directives can extend across multiple lines if their last char is `\`.
56
In this case, the start of the next line should be `//`, with no `@`.
57
58
+Similar to compiletest directives, besides a space you can also use a colon `:` to separate
59
+the directive name and the arguments, however a space is preferred for HtmlDocCk directives.
60
+
61
Use the special string `{{channel}}` in XPaths, `PATTERN` arguments and [snapshot files](#snapshot)
62
if you'd like to refer to the URL `https://doc.rust-lang.org/CHANNEL` where `CHANNEL` refers to the
63
current release channel (e.g, `stable` or `nightly`).
0 commit comments