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
Some tools used on editors and IDEs like racer, rls and rust-analyzer requires the Rust sources (rustup component rust-src) to be available in the system. Until recently, they were implicitly installed by using the rls useflag, however, it seems not to be the case since one of the recent Rust ebuild versions. Considering that, I would like to propose the creation of a new useflag to explicitly install the sources, so that rls would no longer be required for the purpose.
The text was updated successfully, but these errors were encountered:
I would like the scope of this request to be broadened for all reasonable components listed here. I'm currently trying to build the Cranelift-based backend and that requires rust-src, rustc-dev and llvm-tools-preview.
Some tools used on editors and IDEs like
racer
,rls
andrust-analyzer
requires the Rust sources (rustup componentrust-src
) to be available in the system. Until recently, they were implicitly installed by using therls
useflag, however, it seems not to be the case since one of the recent Rust ebuild versions. Considering that, I would like to propose the creation of a new useflag to explicitly install the sources, so thatrls
would no longer be required for the purpose.The text was updated successfully, but these errors were encountered: