mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
bc3fb5245a
The internal, unstable field of `Pin` can conflict with fields from the inner type accessed via the `Deref` impl. Rename it from `pointer` to `__pointer`, to make it less likely to conflict with anything else. |
||
---|---|---|
.. | ||
cant_access_internals.rs | ||
cant_access_internals.stderr | ||
lifetime_errors_on_promotion_misusage.rs | ||
lifetime_errors_on_promotion_misusage.stderr |