Clarify that drop flag fields only apply to older Rust versions

pull/324/head
Paul Calande 4 years ago
parent c6b4bf831e
commit 2be31fe94a

@ -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