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 11510b2 + cd9bea3 commit 474e7a6Copy full SHA for 474e7a6
src/libstd/macros.rs
@@ -836,9 +836,11 @@ mod builtin {
836
/// boolean expression evaluation of configuration flags. This frequently
837
/// leads to less duplicated code.
838
///
839
- /// The syntax given to this macro is the same syntax as the `cfg`
+ /// The syntax given to this macro is the same syntax as the [`cfg`]
840
/// attribute.
841
842
+ /// [`cfg`]: ../reference/conditional-compilation.html#the-cfg-attribute
843
+ ///
844
/// # Examples
845
846
/// ```
0 commit comments