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
Right now, after we switch to MaybeUninit, we lose panic on irq_handler overwrite. But now it is even more important than before because MaybeUninit::write will not drop the previous value so that Box will live forever. Or, if I overthink, and this is not the real problem, this should be documented as a feature :)
I will be happy to provide a PR.
The text was updated successfully, but these errors were encountered:
Right now, after we switch to MaybeUninit, we lose panic on irq_handler overwrite. But now it is even more important than before because MaybeUninit::write will not drop the previous value so that Box will live forever. Or, if I overthink, and this is not the real problem, this should be documented as a feature :)
I will be happy to provide a PR.
The text was updated successfully, but these errors were encountered: