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
Both libuv and libnative call CreateSymbolicLink API, which fails if user doesn't have some permission on the directories. (GetLastError() returns ERROR_PRIVILEGE_NOT_HELD on my machine)
Let's ignore the tests and add some notes on symlink document!
…dnet
Fix test function checker in `unwrap_used`, `expect_used`
After rust-lang#9686 , `unwrap` and `expect` in integration tests and raw test functions won't be allowed.
fixesrust-lang#10011fixesrust-lang#10238fixesrust-lang#10264
---
changelog: Fix: [`expect_used`], [`unwrap_used`], [`dbg_macro`], [`print_stdout`], [`print_stderr`]: No longer lint in test functions, if the related configuration is set
[rust-lang#10391](rust-lang/rust-clippy#10391)
<!-- changelog_checked -->
In #10179 I added support for symlinks bindings to libuv. I could never get the
symlinks_work
, so I'm ignoring it for now to get this patch landed.This warrants further investigation, the problem I kept seeing was that a condition was raised saying "operation not permitted".
The text was updated successfully, but these errors were encountered: