We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff17780 commit c8eb092Copy full SHA for c8eb092
1 file changed
lib/Kconfig.debug
@@ -2677,7 +2677,7 @@ config RUST_OVERFLOW_CHECKS
2677
Enables rustc's `-Coverflow-checks` codegen option.
2678
2679
This flag allows you to control the behavior of runtime integer
2680
- overflow. When overflow-checks are enabled, a panic will occur
+ overflow. When overflow-checks are enabled, a Rust panic will occur
2681
on overflow.
2682
2683
Note that this will apply to all Rust code, including `core`.
0 commit comments