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