mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 03:23:00 +00:00
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.