Skip to content

Invalid rerun dependency path in build.rs #79

@crumblingstatue

Description

@crumblingstatue

Here:

println!("cargo:rerun-if-changed=in/*");

Globs are not expanded by Cargo, they are interpreted literally, meaning this is likely referring to a nonexistent location.

Ref rust-lang/cargo#4076

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