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
clap
hi. 运行cargo build --release --features "$SS_FEATURES"后,显示: ... Compiling aho-corasick v0.5.3 Compiling clap v2.18.0 error: Could not compile clap.
To learn more, run the command again with --verbose. root@RegalMusty-VM:~/shadowsocks-rust-by-loggerhead#
如何解决错误?
The text was updated successfully, but these errors were encountered:
编译用的 rust 版本是多少?我用 1.23.0 stable 编译没问题。
Sorry, something went wrong.
No branches or pull requests
hi.
运行cargo build --release --features "$SS_FEATURES"后,显示:
...
Compiling aho-corasick v0.5.3
Compiling clap v2.18.0
error: Could not compile
clap
.To learn more, run the command again with --verbose.
root@RegalMusty-VM:~/shadowsocks-rust-by-loggerhead#
如何解决错误?
The text was updated successfully, but these errors were encountered: