File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1050,10 +1050,10 @@ impl<VatId> ConnectionState<VatId> {
1050
1050
tmp. borrow_mut ( ) . reject ( remote_exception_to_error ( e?) ) ;
1051
1051
}
1052
1052
return_:: Canceled ( _) => {
1053
- unimplemented ! ( )
1053
+ Self :: send_unimplemented ( & connection_state , & message ) ? ;
1054
1054
}
1055
1055
return_:: ResultsSentElsewhere ( _) => {
1056
- unimplemented ! ( )
1056
+ Self :: send_unimplemented ( & connection_state , & message ) ? ;
1057
1057
}
1058
1058
return_:: TakeFromOtherQuestion ( id) => {
1059
1059
if let Some ( answer) =
@@ -1080,7 +1080,7 @@ impl<VatId> ConnectionState<VatId> {
1080
1080
}
1081
1081
None => {
1082
1082
if let return_:: TakeFromOtherQuestion ( _) = ret. which ( ) ? {
1083
- unimplemented ! ( )
1083
+ return Self :: send_unimplemented ( & connection_state , & message ) ;
1084
1084
}
1085
1085
// Looks like this question was canceled earlier, so `Finish`
1086
1086
// was already sent, with `releaseResultCaps` set true so that
You can’t perform that action at this time.
0 commit comments