Mention debug assertions label
This commit is contained in:
parent
2848aadbff
commit
0a4cfa8e4b
|
|
@ -130,6 +130,11 @@ to `config.toml` when compiling rustc:
|
||||||
debug-assertions = true
|
debug-assertions = true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
ICEs that require debug assertions to reproduce should be tagged
|
||||||
|
[`requires-debug-assertions`][requires-debug-assertions].
|
||||||
|
|
||||||
|
[requires-debug-assertions]: https://github.com/rust-lang/rust/labels/requires-debug-assertions
|
||||||
|
|
||||||
## Existing projects
|
## Existing projects
|
||||||
|
|
||||||
- [fuzz-rustc][fuzz-rustc] demonstrates how to fuzz rustc with libfuzzer
|
- [fuzz-rustc][fuzz-rustc] demonstrates how to fuzz rustc with libfuzzer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue