Closed
Description
rustup-toolchain-install-master -n master -f -c rustc-dev -c llvm-tools
fails with
error: found no file in folder `llvm-tools-nightly-x86_64-unknown-linux-gnu/llvm-tools` when extracting component `llvm-tools`
The folder name is actually llvm-tools-preview
. -c llvm-tools-preview
does not exist.
This makes it impossible to e.g. build clippy out of tree
This seems to be related to #72000 , but RTIM definitely worked back then, so something else has changed.