File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ jobs:
104
104
if : matrix.os == 'ubuntu-latest'
105
105
run : target/${{ matrix.target }}/debug/rust-analyzer analysis-stats .
106
106
107
- - name : Run analysis-stats on rust std library
107
+ - name : Run analysis-stats on the rust standard libraries
108
108
if : matrix.os == 'ubuntu-latest'
109
109
env :
110
- RUSTC_BOOTSTRAP : 1
111
- run : target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
110
+ RUSTC_BOOTSTRAP : 1
111
+ run : target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps --no-sysroot $(rustc --print sysroot)/lib/rustlib/src/rust/library/
112
112
113
113
- name : clippy
114
114
if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change @@ -222,8 +222,6 @@ fn rust_project_is_proc_macro_has_proc_macro_dep() {
222
222
}
223
223
224
224
#[ test]
225
- // FIXME Remove the ignore
226
- #[ ignore = "requires nightly until the sysroot ships a cargo workspace for library on stable" ]
227
225
fn smoke_test_real_sysroot_cargo ( ) {
228
226
let file_map = & mut FxHashMap :: < AbsPathBuf , FileId > :: default ( ) ;
229
227
let meta: Metadata = get_test_json_file ( "hello-world-metadata.json" ) ;
You can’t perform that action at this time.
0 commit comments