Closed tyranron closed 5 years ago
Cannot install rustfmt on nightly:
rustfmt
docker run --rm -it rustlang/rust:nightly rustup component add rustfmt
error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download
While this works on stable:
docker run --rm -it rust:latest rustup component add rustfmt
info: downloading component 'rustfmt' 3.2 MiB / 3.2 MiB (100 %) 2.4 MiB/s ETA: 0 s info: installing component 'rustfmt'
How this can be workarounded?
This is an upstream problem - there's nothing to do about this on the docker side.
Fixed in recent builds.
@sfackler Could you create a tag for nightly_clippy that only grabs the last version to support clippy?
Cannot install
rustfmt
on nightly:While this works on stable:
How this can be workarounded?