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 f5b7c60 commit 4e034d7Copy full SHA for 4e034d7
.github/workflows/ci.yaml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Run analysis-stats on rust std library
100
if: matrix.os == 'ubuntu-latest'
101
- run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
+ run: RUSTC_BOOTSTRAP=1 target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
102
103
# Weird targets to catch non-portable code
104
rust-cross:
0 commit comments