about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-23 05:31:09 +0000
committerbors <bors@rust-lang.org>2023-08-23 05:31:09 +0000
commit6444211205a879ef76f8faa4e8d0ad5ab26c95f1 (patch)
tree6435202246d8fc4bcc5b9796474bad6bcb470079 /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs
parent9e3bf69ad3c736893b285f47f4d014ae1aed1cb0 (diff)
parentbc42b9911dcce9a426afc59179d9e2f413e1f411 (diff)
downloadrust-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