Skip to content

Commit 0a4cfa8

Browse files
langston-barrettcompiler-errors
authored andcommitted
Mention debug assertions label
1 parent 2848aad commit 0a4cfa8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/fuzzing.md

+5
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)