Clarify that drop flag fields only apply to older Rust versions (#324)

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
pull/325/head
Paul C 3 years ago committed by GitHub
parent c6b4bf831e
commit 49681ea4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,5 +79,5 @@ if condition {
}
```
The drop flags are tracked on the stack and no longer stashed in types that
implement drop.
The drop flags are tracked on the stack.
In old Rust versions, drop flags were stashed in a hidden field of types that implement `Drop`.

Loading…
Cancel
Save