Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c951335

Browse files
langston-barrettcompiler-errors
authored andcommitted
Mention debug assertions label
1 parent 0eb0d25 commit c951335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/doc/rustc-dev-guide/src/fuzzing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ to `config.toml` when compiling rustc:
130130
debug-assertions = true
131131
```
132132

133+
ICEs that require debug assertions to reproduce should be tagged
134+
[`requires-debug-assertions`][requires-debug-assertions].
135+
136+
[requires-debug-assertions]: https://github.com/rust-lang/rust/labels/requires-debug-assertions
137+
133138
## Existing projects
134139

135140
- [fuzz-rustc][fuzz-rustc] demonstrates how to fuzz rustc with libfuzzer

0 commit comments

Comments
 (0)