-
Notifications
You must be signed in to change notification settings - Fork 151
Compiler error due to structopt
attributes
#125
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
Comments
Looking at the problem, the bad hint is tracked in rust-lang/rust#52469 I can't find a
I suspect you must add Does it fix your problem? |
Strange that it worked before, maybe proc_macro feature was lazy on importing the macro? |
Adding |
The latest nightly Rust generates an error when using
#[structopt(..)]
arguments:See https://travis-ci.org/rust-lang-nursery/polonius/builds/405315425 for a full example.
It would be useful to mention in the readme the
#![feature(custom_attribute)]
.The text was updated successfully, but these errors were encountered: