Skip to content

Commit 22ceada

Browse files
committed
Another fix
1 parent 2e09141 commit 22ceada

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_fs_util/src

1 file changed

+1
-1
lines changed

compiler/rustc_fs_util/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[cfg(any(unix, windows))]
1+
#[cfg(any(unix, windows, target_os = "wasi"))]
22
use std::ffi::CString;
33
use std::path::{absolute, Path, PathBuf};
44
use std::{fs, io};

0 commit comments

Comments
 (0)