Skip to content

CONTRIBUTING.md coverage broken by removal of -Zprofile flag #1244

@karanabe

Description

@karanabe

Problem

The Rust compiler has removed support for the -Zprofile flag (see rust-lang/rust#131829), so the current coverage instructions in CONTRIBUTING.md no longer work.

Proposed Solution

Update the documentation to use the new LLVM-based instrumentation flags (-Cinstrument-coverage and LLVM_PROFILE_FILE) as shown in the current diff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions