diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index 97840e4f6..93c0b7cce 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -222,6 +222,12 @@ This can be used to enable extra debugging code in development but not in production. For example, it controls the behavior of the standard library's [`debug_assert!`] macro. +### `overflow_checks` + +Enabled when compiling with [overflow checks] enabled, e.g. in development builds. + +[overflow checks]: expressions/operator-expr.md#overflow + ### `proc_macro` Set when the crate being compiled is being compiled with the `proc_macro`