diff options
| author | Wilfred Hughes <wilfred@meta.com> | 2023-08-22 18:51:15 -0700 |
|---|---|---|
| committer | Wilfred Hughes <wilfred@meta.com> | 2023-08-22 18:51:39 -0700 |
| commit | bc42b9911dcce9a426afc59179d9e2f413e1f411 (patch) | |
| tree | 6435202246d8fc4bcc5b9796474bad6bcb470079 /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs | |
| parent | 9e3bf69ad3c736893b285f47f4d014ae1aed1cb0 (diff) | |
| download | rust-bc42b9911dcce9a426afc59179d9e2f413e1f411.tar.gz rust-bc42b9911dcce9a426afc59179d9e2f413e1f411.zip | |
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
