We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a52963 commit ca89b76Copy full SHA for ca89b76
RELEASES.md
@@ -76,7 +76,7 @@ Compatibility Notes
76
- [You can no longer intercept `panic!` calls by supplying your own macro.][78343] It's
77
recommended to use the `#[panic_handler]` attribute to provide your own implementation.
78
- [Semi-colons after item statements (e.g. `struct Foo {};`) now produce a warning.][78296]
79
-- [Panics in `drop` implementations no cause return values in functions to be leaked.][78373]
+- [Panics in `drop` implementations no longer cause return values in functions to be leaked.][78373]
80
81
[79261]: https://github.com/rust-lang/rust/pull/79261
82
[79896]: https://github.com/rust-lang/rust/pull/79896
0 commit comments