fix exception handling when thrown by throw_exception, and within setup_call_cleanup and call_with_inference_limit.
This commit is contained in:
@@ -663,6 +663,12 @@ macro_rules! default_set_cp {
|
||||
)
|
||||
}
|
||||
|
||||
macro_rules! default_retry_me_else {
|
||||
($o:expr) => (
|
||||
Line::BuiltIn(BuiltInInstruction::DefaultRetryMeElse($o))
|
||||
)
|
||||
}
|
||||
|
||||
macro_rules! default_trust_me {
|
||||
() => (
|
||||
Line::BuiltIn(BuiltInInstruction::DefaultTrustMe)
|
||||
|
||||
Reference in New Issue
Block a user