File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bootstrap/src/core/build_steps
tools/rust-analyzer/crates/proc-macro-srv Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ impl Step for RustAnalyzer {
385
385
"test" ,
386
386
crate_path,
387
387
SourceType :: InTree ,
388
- & [ "sysroot-abi" . to_owned ( ) , " in-rust-tree". to_owned ( ) ] ,
388
+ & [ "in-rust-tree" . to_owned ( ) ] ,
389
389
) ;
390
390
cargo. allow_features ( tool:: RustAnalyzer :: ALLOW_FEATURES ) ;
391
391
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ impl Step for RustAnalyzerProcMacroSrv {
675
675
tool : "rust-analyzer-proc-macro-srv" ,
676
676
mode : Mode :: ToolRustc ,
677
677
path : "src/tools/rust-analyzer/crates/proc-macro-srv-cli" ,
678
- extra_features : vec ! [ "sysroot-abi" . to_owned ( ) , " in-rust-tree". to_owned( ) ] ,
678
+ extra_features : vec ! [ "in-rust-tree" . to_owned( ) ] ,
679
679
source_type : SourceType :: InTree ,
680
680
allow_features : RustAnalyzer :: ALLOW_FEATURES ,
681
681
} ) ;
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ proc-macro-test.workspace = true
36
36
37
37
[features ]
38
38
sysroot-abi = []
39
- in-rust-tree = [" mbe/in-rust-tree" ]
39
+ in-rust-tree = [" mbe/in-rust-tree" , " sysroot-abi " ]
You can’t perform that action at this time.
0 commit comments