pub fn compile_resident_plan(
mc: &McProgram,
) -> Result<ResidentPlan, ResidentRejection>Expand description
Compile an McProgram into a resident-engine plan, or return a typed
fail-closed rejection for anything outside the supported fragment.