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
The latest version of rustc (1.82.0) with rust-analyzer (2024-11-25) will appear {unknown} type prompt, the solution is to downgrade rustc to 1.81.0 or rust-analyzer to 2024-08-12. The computer configuration is win10 professional version, 22H2, 19045.4894, this is a company computer and cannot share data.
rust-analyzer version: 2024-11-25
rustc version: 1.82.0
editor or extension: VSCode 1.95.3
relevant settings: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
let content = fs::read_to_string(path)?;
The text was updated successfully, but these errors were encountered:
The latest version of rustc (1.82.0) with rust-analyzer (2024-11-25) will appear {unknown} type prompt, the solution is to downgrade rustc to 1.81.0 or rust-analyzer to 2024-08-12. The computer configuration is win10 professional version, 22H2, 19045.4894, this is a company computer and cannot share data.
rust-analyzer version: 2024-11-25
rustc version: 1.82.0
editor or extension: VSCode 1.95.3
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: