doc: macro cfg!
evaluating at compile-time
This commit is contained in:
parent
d8a60c9611
commit
9e281cc6a5
@ -728,7 +728,7 @@ mod builtin {
|
||||
#[cfg(dox)]
|
||||
macro_rules! module_path { () => ({ /* compiler built-in */ }) }
|
||||
|
||||
/// Boolean evaluation of configuration flags.
|
||||
/// Boolean evaluation of configuration flags, at compile-time.
|
||||
///
|
||||
/// For more information, see the documentation for [`std::cfg!`].
|
||||
///
|
||||
|
@ -598,7 +598,7 @@ pub mod builtin {
|
||||
#[macro_export]
|
||||
macro_rules! module_path { () => ({ /* compiler built-in */ }) }
|
||||
|
||||
/// Boolean evaluation of configuration flags.
|
||||
/// Boolean evaluation of configuration flags, at compile-time.
|
||||
///
|
||||
/// In addition to the `#[cfg]` attribute, this macro is provided to allow
|
||||
/// boolean expression evaluation of configuration flags. This frequently
|
||||
|
Loading…
x
Reference in New Issue
Block a user