-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-cssparser doesn't compile anymore, complaining about syn::Token!
#62591
Comments
Cargo.toml [package]
name = "test_"
version = "0.1.0"
authors = ["Trangar <victor.koenders@gmail.com>"]
edition = "2018"
[dependencies]
phf = { version = "0.7", features = ["macros"] } Main.rs fn main() {} Output``` Compiling phf_macros v0.7.24 error[E0433]: failed to resolve: maybe a missing `extern crate token;`? --> /home/trangar/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.24/src/lib.rs:146:23 | 146 | input.parse::]>()?; | ^^^^^^^^^^ maybe a missing `extern crate token;`? | = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)error[E0433]: failed to resolve: maybe a missing error[E0433]: failed to resolve: maybe a missing error[E0277]: the size for values of type error[E0308]: mismatched types error[E0277]: the size for values of type error[E0308]: mismatched types error: aborting due to 7 previous errors Some errors have detailed explanations: E0277, E0308, E0433. To learn more, run the command again with --verbose.
|
Duplicate of #62562. Should be fixed by tomorrow nightly. |
Oh, thanks. For some reasons I couldn't find any issue with that. I'll close this :) |
The latest nightly doesn't compiler cssparser. The error message is the following:
The macro does exist
I've seen this issue in serde_derive too (and I've been told it happens in phf)
The text was updated successfully, but these errors were encountered: