Auto merge of #59765 - lzutao:patch-1, r=Centril

Add reference to cfg attr

r? @QuietMisdreavus
This commit is contained in:
bors 2019-04-07 18:06:01 +00:00
commit 474e7a6486

View File

@ -836,9 +836,11 @@ mod builtin {
/// boolean expression evaluation of configuration flags. This frequently
/// leads to less duplicated code.
///
/// 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`]
/// attribute.
///
/// [`cfg`]: ../reference/conditional-compilation.html#the-cfg-attribute
///
/// # Examples
///
/// ```