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
I noticed that on Emacs, the rustc_codegen_gcc along with some other rustc-related libraries/projects can be correctly parsed with the following lines added to Cargo.toml,
according to rust-analyzer manual (Search for "rustc_private" if you can't see it directly.).
Otherwise, the rust-analyzer will fail to parse with unresolved external crate for rustc-related crates.
Since there is probably other methods to allow the correct analysis in your IDE without this line, could you please give me some hints about how to have them parse the gcc backend correctly if you choose not to add these lines?