rust-analyzer/editors/code/tests
huntc ec7451cc8d Determine toolchain RA on age
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.
2024-07-28 16:09:05 +10:00
..
unit Determine toolchain RA on age 2024-07-28 16:09:05 +10:00
runTests.ts prettier run 2022-05-17 18:15:06 +01:00