Skip to content

cargo dev bless doesn't work #6757

@Y-Nak

Description

@Y-Nak

cargo dev bless command seems not to work since the version of compiletest-rs is updated in #6743.

I think this is because the updated compiletest joins stage_id to output file names like zero_div_zero.stage-id.stderr, while bless.rs doesn't take it into account. (I don't know why the former version of compiletest doesn't join it although the codes related to file names seem unchanged).

I suppose we could explicitly specify config.stage_id = "" in here as a quickfix.

ref: #5394

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