Skip to content

Commit 70770d3

Browse files
committed
use compact format, as this is what is in bootstrap.example.toml
1 parent d8d2237 commit 70770d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fuzzing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ requiring extra work for every execution.
139139
To enable debug assertions, add this to `bootstrap.toml` when compiling rustc:
140140

141141
```toml
142-
[rust]
143-
debug-assertions = true
142+
rust.debug-assertions = true
144143
```
145144

146145
ICEs that require debug assertions to reproduce should be tagged

0 commit comments

Comments
 (0)