Add that directory to your $PATH (or let rustup do it for you by not passing --no-modify-path). Then, to tell rustup about your system toolchain, run:rustup toolchain link system /usrYou can then use +system as a rustup toolchain, just like +nightly; for instance, you can run ...