-
Notifications
You must be signed in to change notification settings - Fork 13.3k
std::io::fs::symlink
returns IoError: OS Error 0
on windows
#14490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(tested on windows 8.1 korean) |
I just experienced a similar issue where |
I'm having the same error with a BufferedWriter.
simply produces
On Windows 7 (6.1.7601) german |
I have a suspicion that d42cc13 may have fixed this. Could others test and see if it is indeed fixed? |
Closing, both of these are working as intended now (fixed by the commit I reference) |
internal: Switch crate graph to use an Arena instead of a hashmap
) Closes rust-lang#9191 Closes rust-lang#14444 Closes rust-lang#8055 Adds a new helper to partly check for side effects by recursively checking if the iterator type contains closures with mutable captures. changelog: [`double_ended_iterator_last`] fix FP when iter has side effects changelog: [`needless_collect`] fix lint not consider side effects
It should return OS Error 1314 as described in #10264. Same symptom even if I call
CreateSymbolicLinkW
andGetLastError
directly. However if I call them on custom#[start]
, I get the right error (1314).Therefore this may be a sub-issue of #13259, but I'm a little unsure because the "workaround" does not work. Needs more investigation.
The text was updated successfully, but these errors were encountered: