Skip to content

Commit acfe07c

Browse files
langston-barrettcompiler-errors
authored andcommitted
Mention debug assertions label
1 parent a65b9c7 commit acfe07c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)