catch_unwind
panics due to failing debug assert when used during unwinding
#68696
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
In particular
catch_unwind
panics because of failing assert inrust/src/libstd/panicking.rs
Line 289 in 266ecd6
For example:
The text was updated successfully, but these errors were encountered: