Add info about what is overflow

Co-authored-by: Eric Huss <eric@huss.org>
This commit is contained in:
AngelicosPhosphoros 2023-06-16 00:29:48 +04:00 committed by GitHub
parent 97ddb9dfa5
commit 56b6225316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -224,7 +224,9 @@ production. For example, it controls the behavior of the standard library's
### `overflow_checks`
Enabled when program compiled with overflow checks enabled, e.g. in development builds.
Enabled when program compiled with [overflow checks] enabled, e.g. in development builds.
[overflow checks]: expressions/operator-expr.md#overflow
### `proc_macro`