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
Auto merge of #2931 - thomcc:option-root, r=JohnTitor
Use `::Option` and not `Option` for `pthread_jit_write_callback_t`
The `pthread_jit_write_callback_t` type alias (introduced by #2896) uses `Option` rather than `::Option`, which causes problems when trying to update the `libc` dependency that `std` has.
(Please cut a release after merging this <3)
0 commit comments