You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
After checkout:
I get this error trying to build swc:
cargo build --release --all-features
error: failed to parse manifest at /tmp/guix-build-swc-0.0-1.2e22397f4.drv-7/source/ecmascript/ast/Cargo.toml
Caused by:
editions are unstable
Caused by:
feature edition is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add cargo-features = ["edition"] to enable this feature
The text was updated successfully, but these errors were encountered:
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Hi
After checkout:
I get this error trying to build swc:
cargo build --release --all-features
error: failed to parse manifest at
/tmp/guix-build-swc-0.0-1.2e22397f4.drv-7/source/ecmascript/ast/Cargo.toml
Caused by:
editions are unstable
Caused by:
feature
edition
is requiredthis Cargo does not support nightly features, but if you
switch to nightly channel you can add
cargo-features = ["edition"]
to enable this featureThe text was updated successfully, but these errors were encountered: