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
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.3.1435-standalone
rustc version: (eg. output of rustc -V)rustc 1.67.1 (d5a82bbd2 2023-02-07)
relevant settings: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
rust-src installed
rusy-analyzer performs well when no extern crate imported like below,it could remind me that unused import and jump to Add definition
however, when i use cargo new PRJ and add dependencies as follow
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.3.1435-standalone
rustc version: (eg. output of
rustc -V
)rustc 1.67.1 (d5a82bbd2 2023-02-07)relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)rust-src installed
rusy-analyzer performs well when no extern crate imported like below,it could remind me that unused import and jump to Add definition

however, when i use
cargo new PRJ
and add dependencies as followrust-analyzer failed to find the source and definitions of all structures even defined in this scope like

Cacher
cargo check
cargo build
works fine in this PRJI'm newbie to rust, so all setting is default.
I try to find any logs in OUTPUT window from RA Client or RA language server but nothing there.
The text was updated successfully, but these errors were encountered: