-
Notifications
You must be signed in to change notification settings - Fork 152
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
external_subcommand: error[E0425]: cannot find value other
in this scope
#447
Comments
Merged
Thanks for the quick turn around and for adding a test! |
d-e-s-o
added a commit
to d-e-s-o/nitrocli
that referenced
this issue
Dec 1, 2020
This change updates the structopt crate to version 0.3.21. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate with certain versions of Rust. [0]: TeXitoi/structopt#447
d-e-s-o
added a commit
to d-e-s-o/nitrocli
that referenced
this issue
Jan 10, 2021
This change updates the structopt crate to version 0.3.21. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate with certain versions of Rust. [0]: TeXitoi/structopt#447
d-e-s-o
added a commit
to d-e-s-o/nitrocli
that referenced
this issue
Jan 11, 2021
This change updates the structopt crate to version 0.3.21. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate with certain versions of Rust. [0]: TeXitoi/structopt#447
This was referenced Mar 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same sample program as over in #424:
Now it fails to compile with:
Seems to be yet another span issue. Also related is 0852b91, which changes the error from something along the lines of
to the above. I am using Rust
1.48
. I am absolutely positive it worked with earlier Rust versions at some point (in fact, I still have the logs of a successful CI run with1.42.0
), but I can't try with all other Rust versions right now. I experimented with structopt0.3.17
to0.3.20
, all exhibit either of the issues mentioned above (so the combination ofstructopt
0.3.17
withstructopt-derive
0.4.10
and Rust1.42.0
is/was known good)The text was updated successfully, but these errors were encountered: