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 Stabilize ::{core,std}::pin::pin! 2023-01-11 14:09:14 -08:00
lifetime_errors_on_promotion_misusage.stderr Account for macros when suggesting a new let binding 2023-07-28 14:44:03 +00:00