TedDriggs / darling

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

Propagate Err from number parsing #291

Closed TedDriggs closed 4 months ago

TedDriggs commented 4 months ago

Previously, an unwrap was used. Propagating the error will preserve spans and improve the error message.

This fixes #289