taiki-e / pin-project-lite

A lightweight version of pin-project written with declarative macros.
https://docs.rs/pin-project-lite
Apache License 2.0
226 stars 16 forks source link

#![feature(negative_impls)] breaks the guarantee for Unpin provided by pin-project-lite #70

Closed taiki-e closed 2 weeks ago

taiki-e commented 2 years ago

See https://github.com/taiki-e/pin-project/issues/340 for more.