This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
error[E0557]: feature has been removed|#![cfg_attr(not(feature = "std"), feature(alloc_error_handler))] #13986
Closed
2 tasks done
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
info: aborting installation
rustc 1.69.0 (84c898d65 2023-04-16)
info: using existing install for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.69.0 (84c898d65 2023-04-16)
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: checking for self-updates
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.69.0 (84c898d65 2023-04-16)
nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.71.0-nightly (7f94b314c 2023-04-23)
info: cleaning up downloads & tmp directories
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.71.0-nightly (7f94b314c 2023-04-23)
info: checking for self-updates
info: component 'rust-std' for target 'wasm32-unknown-unknown' is up to date
Default host: x86_64-unknown-linux-gnu
rustup home: /home/vizvasrj/.rustup
installed toolchains
stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
active toolchain
stable-x86_64-unknown-linux-gnu (default)
rustc 1.69.0 (84c898d65 2023-04-16)
Default host: x86_64-unknown-linux-gnu
rustup home: /home/vizvasrj/.rustup
installed toolchains
stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
installed targets for active toolchain
wasm32-unknown-unknown
x86_64-unknown-linux-gnu
active toolchain
nightly-x86_64-unknown-linux-gnu (overridden by +toolchain on the command line)
rustc 1.71.0-nightly (7f94b314c 2023-04-23)
Steps to reproduce
git clone https://github.com/substrate-developer-hub/substrate-node-template
cd substrate-node-template
git switch -c my-wip-branch
cargo build --release
The text was updated successfully, but these errors were encountered: