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
edition2021
[root@iZbp1gvdf3x4z4p8ykn4ndZ subdomaingather]# cargo build --release error: failed to parse manifest at /root/domain/subdomaingather/Cargo.toml
/root/domain/subdomaingather/Cargo.toml
Caused by: feature edition2021 is required
this Cargo does not support nightly features, but if you switch to nightly channel you can add cargo-features = ["edition2021"] to enable this feature
cargo-features = ["edition2021"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[root@iZbp1gvdf3x4z4p8ykn4ndZ subdomaingather]# cargo build --release
error: failed to parse manifest at
/root/domain/subdomaingather/Cargo.toml
Caused by:
feature
edition2021
is requiredthis Cargo does not support nightly features, but if you
switch to nightly channel you can add
cargo-features = ["edition2021"]
to enable this featureThe text was updated successfully, but these errors were encountered: