[Example: How to generate .gcda files for a Rust project](https://github.com/mozilla/grcov?tab=readme-ov-file#example-how-to-generate-gcda-files-for-a-rust-project) in the readme uses `-Zprofile` which has been removed recently from Rust nightly (see https://github.com/rust-lang/rust/pull/131829).
Example: How to generate .gcda files for a Rust project in the readme uses
-Zprofilewhich has been removed recently from Rust nightly (see rust-lang/rust#131829).