Skip to content

cargo --fix does not recognise there's a VCS on a fossil project #12721

Open

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

  1. Create a project version by fossil: cargo new example --vcs fossil
  2. Run cargo fix on it: cargo fix

Possible Solution(s)

No response

Notes

No response

Version

cargo 1.72.1 (103a7ff2e 2023-08-15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    A-vcsArea: general VCS issuesC-bugCategory: bugCommand-fixS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions