You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loc("<source>":5:6): error: empty block: expect at least a terminator
What's interesting is that it works fine with two calls to may_throw; it's the third call (and any subsequent ones) that cause the issue.
https://godbolt.org/z/T3veaWWfv shows the emitted CIR that fails verification, and it seems like the middle call is failing to get the proper cleanup and catch blocks.
The text was updated successfully, but these errors were encountered:
As shown in https://godbolt.org/z/hG7ch1db3, the following code:
Results in an error:
What's interesting is that it works fine with two calls to
may_throw
; it's the third call (and any subsequent ones) that cause the issue.https://godbolt.org/z/T3veaWWfv shows the emitted CIR that fails verification, and it seems like the middle call is failing to get the proper cleanup and catch blocks.
The text was updated successfully, but these errors were encountered: