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
216 stars 15 forks source link

Support const generics in struct declarations #82

Closed notgull closed 6 months ago

notgull commented 6 months ago

https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=3e812874c31dbe9d6aecc9e91f04fe5c

It would be nice if const generics were supported in this crate as well.

taiki-e commented 6 months ago

duplicate of #62