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.
cfg!(overflow_checks)
1 parent 1f8dc72 commit 97ddb9dCopy full SHA for 97ddb9d
src/conditional-compilation.md
@@ -222,6 +222,10 @@ This can be used to enable extra debugging code in development but not in
222
production. For example, it controls the behavior of the standard library's
223
[`debug_assert!`] macro.
224
225
+### `overflow_checks`
226
+
227
+Enabled when program compiled with overflow checks enabled, e.g. in development builds.
228
229
### `proc_macro`
230
231
Set when the crate being compiled is being compiled with the `proc_macro`
0 commit comments