Skip to content

Commit 6e9abea

Browse files
committed
Update comment
1 parent d8da396 commit 6e9abea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/shims/fs.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,8 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
432432
// * interpreting `path` as a path relative to `dirfd` when the latter is `AT_FDCWD`, or
433433
// * interpreting `dirfd` as any file descriptor when `path` is empty and AT_EMPTY_PATH is
434434
// set.
435-
// The behavior of `statx` with a relative path and a directory file descriptor other than
436-
// `AT_FDCWD` is specified but it cannot be tested from `libstd`. If you found this error,
437-
// please open an issue reporting it.
435+
// Other behaviors cannot be tested from `libstd` and thus are not implemented. If you
436+
// found this error, please open an issue reporting it.
438437
if !(
439438
path.is_absolute() ||
440439
dirfd == this.eval_libc_i32("AT_FDCWD")? ||

0 commit comments

Comments
 (0)