include when deconstructor discard

This commit is contained in:
Kasey White 2022-11-19 02:05:09 -05:00 committed by Lucas
parent d4f3eafc22
commit 74712711c4
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ impl<'a> CodeGenerator<'a> {
); );
} }
} }
Pattern::Discard { .. } => {}
_ => todo!(), _ => todo!(),
}; };
} }