You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PhantomPinned detection of #[pin_data] replaces the original path with ::core::marker::PhantomPinned. This leads to unused import warnings and might override a user-defined type named PhantomPinned (which is unlikely). So the user-specified path should be used.
It would also be ideal if it could be made into a warning instead of an error.