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
; rustup which rustfmt --toolchain beta
error: not a file: '/home/jyn/.local/lib/rustup/toolchains/beta-x86_64-unknown-linux-gnu/bin/rustfmt'
; rustfmt +beta
error: 'rustfmt' is not installed for the toolchain 'beta-x86_64-unknown-linux-gnu'
To install, run `rustup component add rustfmt --toolchain beta-x86_64-unknown-linux-gnu`
Solution you'd like
The second error here ('rustfmt not installed') seems more helpful; it would be nice to show that consistently.