We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65b9c7 commit acfe07cCopy full SHA for acfe07c
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