adjust rust-analyzer build directory
https://github.com/rust-lang/rust/pull/132794 seems to have modified the behavior and path for Helix's build directory, so I think this needs to be updated slightly?
Originally posted by @connortsui20 in https://github.com/rust-lang/rustc-dev-guide/issues/2106#issuecomment-2837371398
rust-analyzer settings for the other editors should maybe also be adjusted to be consistent with helix settings
rust-analyzer settings for the other editors should maybe also be adjusted to be consistent with helix settings
I'm not actually sure what the difference is between the settings but as someone who likes to use multiple editors depending on the task maybe it could be possible to ensure that these settings are synced in some way? Either that or just make it consistent from the start.
Should an issue be made in the rust repository itself?
that, or a pr to make it consistent
I would recommend instead to drop any explicit config examples in rustc-dev-guide, and instead backlink to src/etc/* config files to keep them in async.
made https://github.com/rust-lang/rust/pull/141839