Sean1708 / rusty-cheddar

A Rust crate for automatically generating C header files from Rust source file.
http://sean1708.github.io/rusty-cheddar/
191 stars 25 forks source link

Bump syntex_syntax to 0.27.0 to fix build on nightly rustc #55

Closed petrochenkov closed 7 years ago

petrochenkov commented 7 years ago

Hi. https://github.com/rust-lang/rust/pull/42136 is going to turn some old compatibility lints in rustc into hard errors. Testing discovered that this crate uses an old version of syntex_syntax affected by one of those errors. This PR updates syntex_syntax to 0.27.0, which is the minimal version building successfully with https://github.com/rust-lang/rust/pull/42136

petrochenkov commented 7 years ago

@Sean1708 Closing due to inactivity. The crate still doesn't build on nightly.