rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

adjust rust-analyzer build directory

Open tshepang opened this issue 8 months ago • 5 comments

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

tshepang avatar Apr 29 '25 04:04 tshepang

rust-analyzer settings for the other editors should maybe also be adjusted to be consistent with helix settings

tshepang avatar Apr 29 '25 04:04 tshepang

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?

connortsui20 avatar Apr 29 '25 13:04 connortsui20

that, or a pr to make it consistent

tshepang avatar Apr 29 '25 21:04 tshepang

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.

jieyouxu avatar May 19 '25 13:05 jieyouxu

made https://github.com/rust-lang/rust/pull/141839

tshepang avatar May 31 '25 22:05 tshepang