diff --git a/src/sys/windows.rs b/src/sys/windows.rs index 5c80c5adee..205298e4ac 100644 --- a/src/sys/windows.rs +++ b/src/sys/windows.rs @@ -2431,7 +2431,7 @@ fn run_config_inner( )?; let mut irq_chip = match irq_chip { - IrqChipKind::Kernel => unimplemented!("Kernel irqchip mode not supported by WHPX"), + IrqChipKind::Kernel {} => unimplemented!("Kernel irqchip mode not supported by WHPX"), IrqChipKind::Split => { if !apic_emulation_supported { panic!(