Macro nom::lib::std::prelude::v1::rust_2015::cfg_eval [−][src]
pub macro cfg_eval($($tt : tt) *) {
...
}
🔬 This is a nightly-only experimental API. (
cfg_eval
)Expand description
Expands all #[cfg]
and #[cfg_attr]
attributes in the code fragment it’s applied to.