pub macro cfg_eval($($tt:tt)*) {
    ...
}
🔬 This is a nightly-only experimental API. (cfg_eval #82679)
Expand description

Expands all #[cfg] and #[cfg_attr] attributes in the code fragment it’s applied to.