Add error message to panic

This commit is contained in:
Sosthène Guédon
2023-01-25 10:11:23 +01:00
parent 0a7bd5c4e4
commit a92755abd3
+1 -1
View File
@@ -362,7 +362,7 @@ where
}
if self.outbox.is_some() {
panic!();
panic!("Full outbox");
}
// if let Some(message) = self.interchange.response() {