mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
798 stars 44 forks source link

Upgrade syn version #41

Closed ogoffart closed 5 years ago

ogoffart commented 6 years ago

Currently cpp_syn is a fork of an old version of syn. It does not support parsing newer rust construct. If one use things such as impl Trait, there is just a warning saying it couldn't parse and nothing is generated.

mystor commented 5 years ago

Fixed by your work in #42 :D