We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b197f4a commit 5d91ef4Copy full SHA for 5d91ef4
1 file changed
src/tests/directives.md
@@ -28,8 +28,8 @@ compile-flags: -C overflow-checks=off`).
28
29
Directives are written one directive per line: you cannot write multiple
30
directives on the same line.
31
-For example, if you write `//@ only-x86
32
-only-windows` then `only-windows` is interpreted as a comment, not a separate directive.
+For example, if you write `//@ only-x86 only-windows`,
+then `only-windows` is interpreted as a comment, not a separate directive.
33
34
## Listing of compiletest directives
35
0 commit comments