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
With Rust 1.52.1 we can no longer initialize invalid fd 2 by using -1 as
the value because there is an assert in the from_raw_fd function that
checks for that value. We can use -2 instead.
Signed-off-by: Andreea Florescu <[email protected]>
0 commit comments