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
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I've seen one bug where unsafe code accidentally sent data to channel 0. We should start them at 1 and assert in the runtime when looking up channel 0.
The text was updated successfully, but these errors were encountered:
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I've seen one bug where unsafe code accidentally sent data to channel 0. We should start them at 1 and assert in the runtime when looking up channel 0.
The text was updated successfully, but these errors were encountered: