Macro r3_core::kernel::cfg::cfg_phase2
source · pub macro cfg_phase2( let mut $cfg:ident = Cfg::<$RawCfg:ty>::new($raw_cfg:expr, $allocator:expr) ) { ... }
Expand description
Construct Cfg
<$RawCfg>
for the phase 2 configuration.
$raw_cfg: &mut impl
CfgBase
$allocator: &
ConstAllocator