Skip to content
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

"cyclic deps" on rust-lang/rust workspace #8330

Closed
jyn514 opened this issue Apr 4, 2021 · 3 comments
Closed

"cyclic deps" on rust-lang/rust workspace #8330

jyn514 opened this issue Apr 4, 2021 · 3 comments
Labels
C-support Category: support questions S-actionable Someone could pick this issue up and work on it right now

Comments

@jyn514
Copy link
Member

jyn514 commented Apr 4, 2021

Steps to replicate:

  1. Check out rust-lang/rust@6beac7a
  2. Open src/librustdoc/clean/types.rs and put the cursor on line 196 (crate fn resolved_links)
  3. Press Ctrl+Shift+I ("Format document")
[ERROR project_model::workspace] cyclic deps: rustc_std_workspace_core(CrateId(1165)) -> core(CrateId(200))
[Error - 5:42:32 PM] Request textDocument/formatting failed.
  Message: Broken pipe (os error 32)
  Code: -32603
@SergioBenitez
Copy link

SergioBenitez commented Apr 5, 2021

This is also happening with rocket. It appears that as a result, I am getting no diagnostic messages. I don't know if this has anything to do with me sometimes getting diagnostic messages.

@edwin0cheng
Copy link
Member

maybe #2414 ?

@Veykril
Copy link
Member

Veykril commented Feb 16, 2023

Closing in favor of #14167

@Veykril Veykril closed this as completed Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-support Category: support questions S-actionable Someone could pick this issue up and work on it right now
Projects
None yet
Development

No branches or pull requests

4 participants