TedDriggs / darling

A Rust proc-macro attribute parser
MIT License
983 stars 66 forks source link

Negative integer literals #267

Closed TedDriggs closed 7 months ago

TedDriggs commented 7 months ago

Add unit test to confirm negative integer literals work without quotation marks

Fixes #244