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
Since some recent nightly (In the past week or two since I've updated), rust-analyzer is almost unusable for me on large codebases because of the number of errors produced.
A program as simple as this one:
fn main() {
dbg!("hello?");
}
produces "this operation is unsafe and requires an unsafe function or block"
edit: actually, I don't know if my rust-analyzer is nightly, but I know it was updated just today