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
If a rust folder contains rust-toolchain.toml requiring version that isn't installed, rustc --version automatically tries to install the toolchain. So if we quickly open nvim or any other cli program after switching to the folder, contents from stderr is displayed.
Steps to reproduce
Create empty rust project with cargo init
Create rust-toolchain.toml file with content as follows: [toolchain] # set channel to one that is not installed channel = "1.72"
Switch to the directory and open any CLI program like nvim or top.