Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum

Stabilize `strict_overflow_ops`

Closes rust-lang/rust#118260
This commit is contained in:
Stuart Cook 2025-08-07 20:49:47 +10:00 committed by GitHub
commit bc3327c665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10699,20 +10699,6 @@ The tracking issue for this feature is: [#77998]
[#77998]: https://github.com/rust-lang/rust/issues/77998
------------------------
"##,
default_severity: Severity::Allow,
warn_since: None,
deny_since: None,
},
Lint {
label: "strict_overflow_ops",
description: r##"# `strict_overflow_ops`
The tracking issue for this feature is: [#118260]
[#118260]: https://github.com/rust-lang/rust/issues/118260
------------------------
"##,
default_severity: Severity::Allow,