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
Turns out I could only get away with this because of a type checking
bug; if you try to add a cast to dispatch_queue_attr_t the compiler will
start to complain about 'shared static variables must have a type that
implements Sync'. Discovered in rust-lang/rust#33130.
0 commit comments