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
Problem
When a build.rs is present, a non-owned and ill-permissioned directory in a Cargo project can cause Cargo to fail, even if it is in the .gitignore and in the package.exclude section.
Expected behaviour: cargo ignores the file/directory and checks the project correctly.
Observed behaviour: the following error:
Problem
When a build.rs is present, a non-owned and ill-permissioned directory in a Cargo project can cause Cargo to fail, even if it is in the .gitignore and in the
package.exclude
section.Expected behaviour: cargo ignores the file/directory and checks the project correctly.
Observed behaviour: the following error:
Steps
Run the following script to reproduce:
Notes
The text was updated successfully, but these errors were encountered: