Lines Matching refs:cfg_if
3 //! The macro provided by this crate, `cfg_if`, is similar to the `if/elif` C
13 //! cfg_if::cfg_if! {
34 macro_rules! cfg_if {
41 $crate::cfg_if! {
56 $crate::cfg_if! {
74 #[cfg(all($($m,)* not(any($($not),*))))] $crate::cfg_if! { @__identity $($tokens)* }
79 $crate::cfg_if! { @__items ($($not,)* $($m,)*) ; $($rest)* }
91 cfg_if! {
100 cfg_if! {
110 cfg_if! {
118 cfg_if! {
125 cfg_if! {
145 cfg_if! {if #[cfg(debug_assertions)] {
164 cfg_if! {