-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some crates sources to "rust-src" distribution. #58268
Comments
Related: #42667 |
…on, r=Mark-Simulacrum Add librustc and libsyntax to rust-src distribution. Fixes #58268.
…-distribution, r=Mark-Simulacrum Add librustc and libsyntax to rust-src distribution. Fixes rust-lang#58268.
Is this still a concern? I don't think the current set of crates ( IMO the solution used here (to add compiler crates to For now we should probably just remove |
Also see #69631 |
In
IntelliJ-Rust
andrls-vscode
,rust-src
component is used to acquire standard crates sources.But, in currently,
librustc
,librustc_plugin
, andlibsyntax
are emitted in the list below.rust/src/bootstrap/dist.rs
Line 889 in ad43389
So, syntax highlighting and code completion are not working when using those crates in
IntelliJ-Rust
orrls-vscode
.There was similar issue #55279 about
libproc_macro
and it was fixed in #55280.How about adding those crates (
librustc
,librustc_plugin
, andlibsyntax
) to the list above, too?Related issue: intellij-rust/intellij-rust#2623
The text was updated successfully, but these errors were encountered: