Skip to content

File names with spaces causes the project to be recompiled every time #648

Closed
@tomaka

Description

@tomaka

If you have a code that looks like this:

#[path="test test.rs"]
mod test;

The value src/test test.rs will be added to the dependencies, but will be interpreted as two elements: src/test and test.rs, causing cargo build to recompile the library/binary every time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions