pub macro cfg_eval($($tt:tt)*) { ... }
cfg_eval
Expands all #[cfg] and #[cfg_attr] attributes in the code fragment it’s applied to.
#[cfg]
#[cfg_attr]