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
Fix the sys::test_aio::aio_fsync::error test on recent rust nightly
This test deliberately makes an invalid syscall. Rust no longer allows
us to even construct an invalid enum (even with `unsafe`), so alter the
test to get EBADF instead of EINVAL.
0 commit comments