Skip to content

Commit

Permalink
rustc option "instrument-coverage" stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed Mar 2, 2022
1 parent 243d448 commit e8edfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUSTC_BOOTSTRAP=1`, which basically turns your stable rustc into a Nightly one.
2. Ensure that the following environment variable is set up:

```sh
export RUSTFLAGS="-Zinstrument-coverage"
export RUSTFLAGS="-C instrument-coverage"
```

3. Build your code:
Expand Down

0 comments on commit e8edfef

Please sign in to comment.