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
Probably a duplicate of #10022. The next stable version will include the fix. Stable is released on Monday, so you can either switch to nightly which already includes the fix or wait ~24h.
Since updating to the most recent version of rust-analyzer, I am getting many fals-positive
missing-unsafe
errors.Basically every invocation of
format!
,eprintln!
andwrite!
macro results in a diagnostic complaining about a missing unsafe block.When I run a cargo build, the diagnostics go away.
The text was updated successfully, but these errors were encountered: