mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
ec7451cc8d
Selects a rust-toolchain declared RA based on its date. The earliest (oldest) RA wins and becomes the one that the workspace uses as a whole. In terms of precedence: nightly > stable-with-version > stable With stable-with-version, we invoke the RA with a `--version` arg and attempt to extract a date. Given the same date as a nightly, the nightly RA will win. |
||
---|---|---|
.. | ||
bootstrap.test.ts | ||
index.ts | ||
launch_config.test.ts | ||
runnable_env.test.ts | ||
settings.test.ts | ||
tasks.test.ts |