We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2848aad commit 0a4cfa8Copy full SHA for 0a4cfa8
src/fuzzing.md
@@ -130,6 +130,11 @@ to `config.toml` when compiling rustc:
130
debug-assertions = true
131
```
132
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
138
## Existing projects
139
140
- [fuzz-rustc][fuzz-rustc] demonstrates how to fuzz rustc with libfuzzer
0 commit comments