canndrew / error_def

Rust syntax extension for generating error-handling boilerplate code.
GNU General Public License v2.0
18 stars 1 forks source link

Nightly build fails again #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

Looks like https://github.com/canndrew/error_def/issues/3 is back, on rustc 1.17.0-nightly (0e7727795 2017-02-19):

cargo/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.11/src/lib.rs:11:34
   |
11 | use syntax::parse::token::{self, intern, Token, Lit, InternedString, DelimToken,
   |                                  ^^^^^^ no `intern` in `parse::token`

And so on. To replicate, just put #[macro_use] extern crate error_def; in a file to be compiled.

canndrew commented 7 years ago

Sorry, I've let this get several months out of date. I'll fix it up tomorrow.

Thanks for the report!

canndrew commented 7 years ago

This should be fixed now. Version 0.3.12 published to crates.io.

ghost commented 7 years ago

Thanks for the fast turnaround! I'll give it a shot.