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
Due to rust-lang/rust#124210, when an owned fd
has already been closed before it's dropped means that something else
touched the fd in ways its not allowed to. Therefore, these tests fail
due to this new behavior enforcement
Signed-off-by: Bryant Biggs <[email protected]>
0 commit comments