hobofan / ambassador

Delegation of trait implementations via procedural macros
Apache License 2.0
245 stars 13 forks source link

Improved Error Reporting #39

Closed dewert99 closed 1 year ago

dewert99 commented 1 year ago

Tried to eliminate all cases of proc-macro panics and use syn::Errors instead, allowing for better span reporting and multiple errors to be displayed at once. Also fixes #38.