File tree 3 files changed +3
-3
lines changed
bootstrap/src/core/build_steps
tools/rust-analyzer/crates/proc-macro-srv
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 @@ -38,7 +38,7 @@ proc-macro-test.path = "./proc-macro-test"
38
38
39
39
[features ]
40
40
sysroot-abi = []
41
- in-rust-tree = [" mbe/in-rust-tree" ]
41
+ in-rust-tree = [" mbe/in-rust-tree" , " sysroot-abi " ]
42
42
43
43
[lints ]
44
44
workspace = true
You can’t perform that action at this time.
0 commit comments