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 a0d2761 commit a6f5356Copy full SHA for a6f5356
.github/workflows/release.yaml
@@ -128,6 +128,8 @@ jobs:
128
129
- name: Run analysis-stats on rust std library
130
if: matrix.target == 'x86_64-unknown-linux-gnu'
131
+ env:
132
+ RUSTC_BOOTSTRAP: 1
133
run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
134
135
- name: Upload artifacts
0 commit comments