diff options
| author | bors <bors@rust-lang.org> | 2023-08-23 05:31:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-23 05:31:09 +0000 |
| commit | 6444211205a879ef76f8faa4e8d0ad5ab26c95f1 (patch) | |
| tree | 6435202246d8fc4bcc5b9796474bad6bcb470079 /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs | |
| parent | 9e3bf69ad3c736893b285f47f4d014ae1aed1cb0 (diff) | |
| parent | bc42b9911dcce9a426afc59179d9e2f413e1f411 (diff) | |
| download | rust-6444211205a879ef76f8faa4e8d0ad5ab26c95f1.tar.gz rust-6444211205a879ef76f8faa4e8d0ad5ab26c95f1.zip | |
Auto merge of #15503 - Wilfred:scip_version, r=Veykril
SCIP: Report the correct version of rust-analyzer in the metadata
Previously this was hard coded to "0.1". The SCIP protocol allows this to be an arbitrary string:
```
message ToolInfo {
// Name of the indexer that produced this index.
string name = 1;
// Version of the indexer that produced this index.
string version = 2;
// Command-line arguments that were used to invoke this indexer.
repeated string arguments = 3;
}
```
so use the same string reported by `rust-analyzer --version`.
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs')
0 files changed, 0 insertions, 0 deletions
