This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
recursive use of an object detected which would lead to unsafe aliasing in rust #3658
Labels
You can continue the conversation there. Go to discussion →
Uh oh!
There was an error while loading. Please reload this page.
Summary
When I call a method from JavaScript, it throws the error "recursive use of an object detected which would lead to unsafe aliasing in rust." How can I fix this?
Additional Details
Similar to #1578 (closed)
Here's the code causing this (note that I am using a custom version of
anyhow
to add wasm support):The text was updated successfully, but these errors were encountered: