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 d6a9032 commit 7b073baCopy full SHA for 7b073ba
text/1122-language-semver.md
@@ -181,7 +181,7 @@ Known areas where change is expected include the following:
181
182
- Destructors semantics:
183
- We plan to stop zeroing data and instead use marker flags on the stack,
184
- as specified in [RFC 320]. This may affect destructors that rely on ovewriting
+ as specified in [RFC 320]. This may affect destructors that rely on overwriting
185
memory or using the `unsafe_no_drop_flag` attribute.
186
- Currently, panicking in a destructor can cause unintentional memory
187
leaks and other poor behavior (see [#14875], [#16135]). We are
0 commit comments