Mention debug assertions label

This commit is contained in:
Langston Barrett 2023-03-16 17:38:54 -04:00 committed by Michael Goulet
parent 2848aadbff
commit 0a4cfa8e4b
1 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,11 @@ to `config.toml` when compiling rustc:
debug-assertions = true
```
ICEs that require debug assertions to reproduce should be tagged
[`requires-debug-assertions`][requires-debug-assertions].
[requires-debug-assertions]: https://github.com/rust-lang/rust/labels/requires-debug-assertions
## Existing projects
- [fuzz-rustc][fuzz-rustc] demonstrates how to fuzz rustc with libfuzzer