eclipse-corrosion/corrosion

Do not require rustup if Rust is already installed

robertvazan opened this issue · 1 comments

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.

85aba35 should have fixed it. Please try latest snapshots from https://download.eclipse.org/corrosion/snapshots/ and reopen if issue is still present.