Macro r3::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.

<$RawCfg as CfgBase>::System must implement CfgPhase1.