You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use existing installation of Rust, for example by pointing Corrosion to Rust's home directory (parent of its bin directory). Rust installation should not be required to contain rustup since installer should not be necessary for existing installation.
At the moment, there is no way to leave Rustup field in configuration empty. Corrosion shows "Rustup and Cargo paths cannot be empty" error and prevents saving the configuration. Specifying dummy path in the Rustup field also results in an error.
The text was updated successfully, but these errors were encountered:
It should be possible to use existing installation of Rust, for example by pointing Corrosion to Rust's home directory (parent of its bin directory). Rust installation should not be required to contain
rustup
since installer should not be necessary for existing installation.At the moment, there is no way to leave Rustup field in configuration empty. Corrosion shows "Rustup and Cargo paths cannot be empty" error and prevents saving the configuration. Specifying dummy path in the Rustup field also results in an error.
The text was updated successfully, but these errors were encountered: