doc: add rust to list of languages that support llvm-cov arguments (#12127)

Some example Rust projects that are already using this functionality:


7dc680836c/projects/askama/project.yaml (L11-L13)


7dc680836c/projects/gitoxide/project.yaml (L12-L13)


7dc680836c/projects/wasmer/project.yaml (L15-L16)
This commit is contained in:
correctmost 2024-06-26 20:05:49 +00:00 committed by GitHub
parent c36da73074
commit dbbc986755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ $ python infra/helper.py coverage --fuzz-target=<fuzz_target_name> \
--corpus-dir=<my_local_corpus_dir> $PROJECT_NAME
```
### Additional arguments for `llvm-cov` (C/C++ only)
### Additional arguments for `llvm-cov` (C/C++/Rust only)
You may want to use some of the options provided by the [llvm-cov tool], like
`-ignore-filename-regex=`. You can pass these to the helper script after `--`: