Skip to content

compiletest test causes everything to rebuild #4114

Closed
@ehuss

Description

@ehuss

If you run cargo test --test compile-test and then run it again, everything gets rebuilt (this requires the most recent nightly).

This is because of this line:

cfg.clean_rmeta();

This deletes all .rmeta files. With the recent changes to cargo for pipelining, cargo always generates rmeta files and expects them to not to be deleted.

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