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.
1 parent ef9aa80 commit 1ff268eCopy full SHA for 1ff268e
doc/tutorial.md
@@ -2321,5 +2321,5 @@ ignored.
2321
2322
A program compiled as a test runner will have the configuration flag
2323
`test` defined, so that you can add code that won't be included in a
2324
-normal compile with the `#[cfg(test)]` attribute (see [conditional
2325
-compilation](#attributes)).
+normal compile with the `#[cfg(test)]` attribute (for a full explanation
+of attributes, see the [language reference](rust.html)).
0 commit comments