Skip to content
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

How to build with cargo? #110

Closed
swedebugia opened this issue Jan 1, 2019 · 2 comments
Closed

How to build with cargo? #110

swedebugia opened this issue Jan 1, 2019 · 2 comments

Comments

@swedebugia
Copy link

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

@kdy1
Copy link
Member

kdy1 commented Jan 1, 2019

You need nightly toolchains to build swc. I think you are using stable version of rustc.

@swc-bot
Copy link
Collaborator

swc-bot commented Oct 31, 2022

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.

@swc-project swc-project locked as resolved and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants