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
Using rust-analyzer on this crate (note the commit hash) results in two false-positive compilation errors (i.e. compiling the same code with cargo produces no errors). One of the errors is on this line:
Considering that the issue is 4 years old, it does not look like it. The code was working fine until I updated rust-analyzer today. Unfortunately, I don't know the exact version which I was using before.
Using rust-analyzer on this crate (note the commit hash) results in two false-positive compilation errors (i.e. compiling the same code with cargo produces no errors). One of the errors is on this line:
Clicking on the
encrypt_to_buffer
method jumps to theDynAead::encrypt_to_buffer
method, whileAead::encrypt_to_buffer
should've been used instead.rust-analyzer version: 0.3.2188
rustc version: 1.84.0-nightly (5ec7d6eee 2024-11-17)
The text was updated successfully, but these errors were encountered: