-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-vcsArea: general VCS issuesArea: general VCS issuesC-bugCategory: bugCategory: bugCommand-fixS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Description
Problem
After running cargo --build, it offered suggestions to fix issues via cargo --fix. However, cargo --fix does not recognise the project is versioned by fossil, although it was created with the appropriate cargo new option.
Steps
- Create a project version by fossil: cargo new example --vcs fossil
- Run cargo fix on it: cargo fix
Possible Solution(s)
No response
Notes
No response
Version
cargo 1.72.1 (103a7ff2e 2023-08-15)
Metadata
Metadata
Assignees
Labels
A-vcsArea: general VCS issuesArea: general VCS issuesC-bugCategory: bugCategory: bugCommand-fixS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.