rust/tests/ui/pin-macro
LegionMammal978 bc3fb5245a Rename pointer field on Pin
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.
2024-01-16 14:58:42 -05:00
..
cant_access_internals.rs Rename pointer field on Pin 2024-01-16 14:58:42 -05:00
cant_access_internals.stderr Rename pointer field on Pin 2024-01-16 14:58:42 -05:00
lifetime_errors_on_promotion_misusage.rs
lifetime_errors_on_promotion_misusage.stderr