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
Unlike rustc (which rls internally uses), rust-analyzer has a parser which is designed to keep producing somewhat useful results even in the face of incomplete or entirely incorrect syntax. This includes merge conflict markers.
rust-analyzer treats conflicts as actual code
The text was updated successfully, but these errors were encountered: