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
task '<main>' failed at 'called `Result::unwrap()` on an `Err` value:
unknown error (OS Error 0: <locale-specific error message>)
It should return OS Error 1314 as described in #10264. Same symptom even if I call CreateSymbolicLinkW and GetLastError 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.