fix: to-hvm was throwing an error

This commit is contained in:
felipegchi 2022-12-01 09:47:19 -03:00
parent b4e6bd8bad
commit 4a94d211d4

View File

@ -161,6 +161,7 @@ impl<'a> ErasureState<'a> {
self.errs
.send(Box::new(PassError::CannotUseIrrelevant(None, res[0], None)))
.unwrap();
self.failed = true;
}
}