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
no such associated itemrust-analyzer[E0599](https://doc.rust-lang.org/stable/error_codes/E0599.html)
sha2
pub type Sha256 = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, U32, OidSha256>> // size = 112 (0x70), align = 0x8
However cargo build succeeds without issue.
$ uname -a
Linux fedora 6.6.8-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 21 04:01:49 UTC 2023 x86_64 GNU/Linux
$ cargo version
cargo 1.75.0 (1d8b05cdd 2023-11-20)
Have I misconfigured something?
The text was updated successfully, but these errors were encountered:
Are you using a Nightly toolchain? Try to update it or switch to stable. If it does not help. then I think it's better to ask in the rust-analyzer repository after looking for similar issues.
In VSCode I am getting this error:

However
cargo build
succeeds without issue.Have I misconfigured something?
The text was updated successfully, but these errors were encountered: