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
This commit adds a Rust test case that asserts an ambiguous `fstflags`
input to `fd_filestat_set_times` should result in `inval` errno.
An `fstflags` argument is ambiguous if:
1. both `atim` and `atim_now` are set, or
2. both `mtim` and `mtim_now` are set.
0 commit comments