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
install: creating uninstall script at ~/.rustup/toolchains/esp/lib/rustlib/uninstall.sh
install: installing component 'rustc'
install: installing component 'rust-std-x86_64-unknown-linux-gnu'
install: installing component '-json-preview'
install: error: manifest for -json-preview does not exist at ~/.espressif/dist/rust/rust-nightly-x86_64-unknown-linux-gnu/-json-preview/manifest.in. see logs at '~/.rustup/toolchains/esp/lib/rustlib/install.log'
Bug description
Upstream rust added the
rust-docs-json-preview
component, so this breaks the--without
command since it performs rudimentary string replacement and it turnsrustc, rust-std-x86_64-unknown-linux-gnu, rust-docs, rust-docs-json-preview, cargo
intorustc, rust-std-x86_64-unknown-linux-gnu, -json-preview, cargo
, with-json-preview
of course being non-existent.https://github.com/esp-rs/espup/blob/main/src/toolchain/rust.rs#L106
https://github.com/esp-rs/espup/blob/main/src/toolchain/rust.rs#L121
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful installation
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: