Co-authored-by: Adrian <adrian.iosdev@gmail.com>
pin!()
Pin::new()
When encountering a type that needs to be pinned but that is `!Unpin`, suggest using the `pin!()` macro. Fix #57994.
.poll()
impl Future