File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,18 @@ changelog-seen = 2
423423# set this value to `true`.
424424# debug-logging = rust.debug-assertions (boolean)
425425
426+ # Whether or not overflow checks are enabled for the compiler and standard
427+ # library.
428+ #
429+ # Defaults to rust.debug value
430+ # overflow-checks = rust.debug (boolean)
431+
432+ # Whether or not overflow checks are enabled for the standard library.
433+ # Overrides the `overflow-checks` option, if defined.
434+ #
435+ # Defaults to rust.overflow-checks value
436+ # overflow-checks-std = rust.overflow-checks (boolean)
437+
426438# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
427439# `0` - no debug info
428440# `1` - line tables only - sufficient to generate backtraces that include line
You can’t perform that action at this time.
0 commit comments