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
error: unsupported operation: can't call foreign function `CreateFileW` on OS `windows`
--> C:\Users\ASUS\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\sys\pal\windows\fs.rs:299:13
|
299 | / c::CreateFileW(
300 | | path.as_ptr(),
301 | | opts.get_access_mode()?,
302 | | opts.share_mode,
... |
306 | | ptr::null_mut(),
307 | | )
| |_____________^ can't call foreign function `CreateFileW` on OS `windows`
|
= help: if this is a basic API commonly used on this target, please report an issue with Miri
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: