I had the need to use rustup override
on one of my projects today. It looks like the confguration for overridden projects is help centrally within my rust installation. Is there a way to export that out into a local configuration I can store with the project & commit to vcs?
# Rustup: the Rust toolchain installer
| Master CI | Build Status |
|--------------|----------------------------------------------------------|
| Windows | ![Windows builds][actions-windows-master] |
| macOS | ![maOS builds][actions-macos-master] |
| Linux Etc | ![Linux (etc) builds][actions-linux-master] |
*Rustup* installs [The Rust Programming Language][rustlang] from the official
release channels, enabling you to easily switch between stable, beta,
and nightly compilers and keep them updated. It makes cross-compiling
simpler with binary builds of the standard library for common platforms.
And it runs on all platforms Rust supports, including Windows.
[rustlang]: https://www.rust-lang.org
## Documentation
See [**The Rustup book**](https://rust-lang.github.io/rustup/) for
documentation on installing and using Rustup.
This file has been truncated. show original
And here’s an example remacs/rust-toolchain at 7801fdff99febf46010bfc787dd4f84efa19dd94 · shaleh/remacs · GitHub
Thank you. Wish it just generated this file automatically..
1 Like
system
Closed
October 6, 2019, 8:14pm
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.