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