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 cc28bef commit 86f18b3Copy full SHA for 86f18b3
1 file changed
src/doc/rustc-dev-guide/src/fuzzing.md
@@ -138,8 +138,7 @@ requiring extra work for every execution.
138
To enable debug assertions, add this to `bootstrap.toml` when compiling rustc:
139
140
```toml
141
-[rust]
142
-debug-assertions = true
+rust.debug-assertions = true
143
```
144
145
ICEs that require debug assertions to reproduce should be tagged
0 commit comments