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
struct epoll_event can't be rewritten, since it's exposed to FFI via fn epoll_wait. But the field type in fdevents is rewritten as if a lifetime parameter was added to epoll_event.
The text was updated successfully, but these errors were encountered:
Rewritten output:
struct epoll_event
can't be rewritten, since it's exposed to FFI viafn epoll_wait
. But the field type infdevents
is rewritten as if a lifetime parameter was added toepoll_event
.The text was updated successfully, but these errors were encountered: