Unimplemented short keyword: '_' when Cargo.toml under path starting with _ #14379
Labels
A-git
Area: anything dealing with git
C-bug
Category: bug
regression-from-stable-to-stable
Regression in stable that worked in a previous stable release.
S-triage
Status: This issue is waiting on initial triage.
Z-gitoxide
Nightly: gitoxide integration
Problem
Since
rust-1.79
we have been unable to build packages that includebuild.rs
within our rust workspace with cargo due to the following error.Our directory structure is as follows.
This error occurs when gitoxide is attempting to parse pathspecs of the form
:/_code/rust
and:!/_code/rust
which are invalid.The fix is to use the non-shorthand pathspec keywords e.g.
:(top)_code/rust
.Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered: