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

Diagnostics regression due to naming support (#28) #36

Closed taiki-e closed 2 years ago

taiki-e commented 4 years ago

https://github.com/taiki-e/pin-project-lite/pull/28#issuecomment-702176944

The diagnostics got worse. In most case, the error message is always "no rules expected the token [" 😅 This seems to be caused by first parsing the option. This is bad, but it may be fixed in some way.

taiki-e commented 2 years ago

Almost fixed by #69 & #71