Closed
Description
#107297 broke the rust-analyzer config we suggest in the dev-guide: https://rustc-dev-guide.rust-lang.org/building/suggested.html#configuring-rust-analyzer-for-rustc
"rust-analyzer.rustfmt.overrideCommand": [
"./build/host/stage0/bin/rustfmt",
"--edition=2021"
],
since now rustfmt is in build/host/rustfmt/bin/rustfmt
instead of build/host/stage0/bin/rustfmt
.
Originally posted by @jyn514 in #107297 (comment)