-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
build failure in quasi_macros #131
Comments
This project is supposed to build on both stable and nightly. And even though nightly can break any time primarily due to serde, stable should be ... stable :). However, it works perfectly fine for me on stable: $ make youtube3-cli-cargo ARGS=check ➜ google-apis-rs git:(master) rustc --version --verbose
rustc 1.3.0 (9a92aaf19 2015-09-15)
binary: rustc
commit-hash: 9a92aaf19a64603b02b4130fe52958cc12488900
commit-date: 2015-09-15
host: x86_64-apple-darwin
release: 1.3.0 Maybe you have a local override of some sort ? |
I fixed this in #132. The problem is that there are conflicting versions of |
I'm trying to build google-apis-rs 0bd7f20:
It doesn't build on the stable or beta toolchain because of a feature gate in serde_codegen
I don't know if you intend to support stable?
On nightly, I see a different failure:
I reported this as serde-deprecated/quasi#15 but it doesn't reproduce in the quasi_macros tree built by itself.
The text was updated successfully, but these errors were encountered: