The following code is accepted today:
#[pin_data]
struct Struct<T> {
#[pin]
#[pin]
inner: T
}
I think we should error on the second #[pin] attribute. Complaining that the first exists already.
Reported-by: Mohamad Alsadhan mo@sdhn.cc
Link: #113 (comment)
Please only take this issue if you're not familiar with pin-init yet.