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
The test package_script_with_default_build in rustpkg is busted. It needs to access a file in the source distribution, which it finds based on the test executable path. This doesn't work because it relies on a particular directory layout of the build directory. (Namely, that the root build directory is a subdirectory inside the source directory.)