gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Upgrade syn to 2.0 #828

Closed jplatte closed 12 months ago

jplatte commented 12 months ago

There's also a NestedMeta API in syn 2.0, but it's callback based for some reason and I'm much more familiar with the custom parsing API. The error messages should be of similar quality to before, on average.

GuillaumeGomez commented 12 months ago

Thanks!