Macro r3::kernel::cfg::cfg_phase3

source ·
pub macro cfg_phase3(
    let mut $cfg:ident = Cfg::<$RawCfg:ty>::new($raw_cfg:expr, $allocator:expr)
) {
    ...
}
Expand description

Construct Cfg<$RawCfg> for the phase 3 configuration.

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