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
editor or extension: VSCode rust-analyzer v0.3.2020
relevant settings:
repository link (if public, optional):
code snippet to reproduce:
Issue Description:
When adding a local crate dependency in the Cargo.toml the rust-analyzer enters an endless loop without any error output. Code completion still works, but no errors are displayed. The issue does not occur with no local dependency. I have tried removing the local dependency and calling cargo clean, which fixes the issue, but I obviously now can't use that local library I need.
Before this issue I have faced a similar one by updating to the latest rust-analyzer version. I tried to fix the issue as described in #17765 and #17744 but none of the approaches worked. I then tried downgrading the analyzer version to 0.3.2020 which is where I am currently at.
rust-analyzer version: 0.3.2020-standalone
rustc version: 1.80.0 (051478957 2024-07-21)
editor or extension: VSCode rust-analyzer v0.3.2020
relevant settings:
repository link (if public, optional):
code snippet to reproduce:
Issue Description:
When adding a local crate dependency in the Cargo.toml the rust-analyzer enters an endless loop without any error output. Code completion still works, but no errors are displayed. The issue does not occur with no local dependency. I have tried removing the local dependency and calling cargo clean, which fixes the issue, but I obviously now can't use that local library I need.
Before this issue I have faced a similar one by updating to the latest rust-analyzer version. I tried to fix the issue as described in #17765 and #17744 but none of the approaches worked. I then tried downgrading the analyzer version to 0.3.2020 which is where I am currently at.
Cargo.toml of the main crate:
Cargo.toml of the derive-macro crate:
The text was updated successfully, but these errors were encountered: