Skip to content

Commit e8edfef

Browse files
committed
rustc option "instrument-coverage" stabilized
rust-lang/rust#90132
1 parent 243d448 commit e8edfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ RUSTC_BOOTSTRAP=1`, which basically turns your stable rustc into a Nightly one.
174174
2. Ensure that the following environment variable is set up:
175175

176176
```sh
177-
export RUSTFLAGS="-Zinstrument-coverage"
177+
export RUSTFLAGS="-C instrument-coverage"
178178
```
179179

180180
3. Build your code:

0 commit comments

Comments
 (0)