rustup override set nightly overrides the default toolchain for that directory only.
But in rustup toolchain list this cannot be seen. There is only the old default:
stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
It would be informative to add something like (override):
stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu (override)
rustup override set nightlyoverrides the default toolchain for that directory only.But in
rustup toolchain listthis cannot be seen. There is only the old default:It would be informative to add something like (override):