We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029baaa commit a0d2761Copy full SHA for a0d2761
.github/workflows/ci.yaml
@@ -98,7 +98,9 @@ jobs:
98
99
- name: Run analysis-stats on rust std library
100
if: matrix.os == 'ubuntu-latest'
101
- run: RUSTC_BOOTSTRAP=1 target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
+ env:
102
+ RUSTC_BOOTSTRAP: 1
103
+ run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
104
105
# Weird targets to catch non-portable code
106
rust-cross:
0 commit comments