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 d8d8dbd commit cc28befCopy full SHA for cc28bef
src/doc/rustc-dev-guide/src/fuzzing.md
@@ -133,7 +133,7 @@ Of course, it's best to try multiple build configurations and see
133
what actually results in superior throughput.
134
135
You may want to build rustc from source with debug assertions to find
136
-additional bugs, though this is a trade-off: it can slow down fuzzing by
+additional bugs, though this can slow down fuzzing by
137
requiring extra work for every execution.
138
To enable debug assertions, add this to `bootstrap.toml` when compiling rustc:
139
0 commit comments