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
This patch was necessary because MiniRust really should never call extract, that's a specr implementation detail. But it seems like the #[specr::indirection] treatment for recursive types only works with match, not with let ... else.
The text was updated successfully, but these errors were encountered:
This patch was necessary because MiniRust really should never call
extract
, that's a specr implementation detail. But it seems like the#[specr::indirection]
treatment for recursive types only works withmatch
, not withlet ... else
.The text was updated successfully, but these errors were encountered: