Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ba8fb8f

Browse files
committed
Install rustc-dev component in travis and azure
1 parent 73b281b commit ba8fb8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111
# Required for Racer autoconfiguration
1212
- rustup component add rust-src
1313
- rustup component add rust-analysis
14+
- rustup component add rustc-dev
1415
matrix:
1516
fast_finish: true
1617
include:

ci/azure-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
parameters:
1818
rust_version: ${{ parameters.rust }}
1919
- script: |
20-
rustup component add rust-src rust-analysis
20+
rustup component add rust-src rust-analysis rustc-dev
2121
displayName: Install distributed Rust source code for Racer autocompletion
2222
- ${{ each crate in parameters.crates }}:
2323
- script: cargo test -v

0 commit comments

Comments
 (0)