Mention debug assertions label
This commit is contained in:
parent
0eb0d25f26
commit
c9513359da
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue