project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
310 stars 43 forks source link

Update syn crate from version 1 to 2 and add more error handling #105

Closed reneca closed 5 months ago

reneca commented 11 months ago

89 Proposal to update the version of syn from 1 to 2.

Also improve error return by adding syn::Result and .to_compile_error()

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

andy31415 commented 5 months ago

syn2 move happend in #126 already. This PR can probably be closed.