guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with cargo-build-system error (Was: Re: Help with cargo-build-s


From: swedebugia
Subject: Re: Help with cargo-build-system error (Was: Re: Help with cargo-build-system error: chmod: No such file or directory)
Date: Tue, 1 Jan 2019 12:42:44 +0100

On 2019-01-01 12:37, swedebugia wrote:
Now I got this error instead:
https://github.com/swc-project/swc/issues/110
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

Does this mean our cargo does not support building swc?


Answer from the author in the link above:
"kdy1 commented 8 minutes ago
You need nightly toolchains to build swc. I think you are using stable version of rustc."

--
Cheers Swedebugia



reply via email to

[Prev in Thread] Current Thread [Next in Thread]