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
Current Rust Analyzer does not support any compilers older than 1.78.
It seems suboptimal to use the MSRV toolchain by default as it is
prone to be slower and less reliable than newer compilers. Instead,
the MSRV is checked explicitly in CI.
0 commit comments