Skip to content

Commit f5afb60

Browse files
committed
use compact format, as this is what is in bootstrap.example.toml
1 parent 4be89f0 commit f5afb60

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
@@ -138,8 +138,7 @@ requiring extra work for every execution.
138138
To enable debug assertions, add this to `bootstrap.toml` when compiling rustc:
139139

140140
```toml
141-
[rust]
142-
debug-assertions = true
141+
rust.debug-assertions = true
143142
```
144143

145144
ICEs that require debug assertions to reproduce should be tagged

0 commit comments

Comments
 (0)