We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
struct Foo { #[cfg(windows)] x: i32, } pub fn foo() { Foo { #[cfg(windows)] x: 0, }; }
Testing on 0.12.6 with features ["extra-traits", "full"], I get a parse error for the above rust code which seems to compile fine with rustc 1.22.1.
0.12.6
["extra-traits", "full"]
The text was updated successfully, but these errors were encountered:
Thanks! I released 0.12.7 with a fix.
Sorry, something went wrong.
Thanks for the quick response!
No branches or pull requests
Testing on
0.12.6
with features["extra-traits", "full"]
, I get a parse error for the above rust code which seems to compile fine with rustc 1.22.1.The text was updated successfully, but these errors were encountered: