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 {
385385 "test" ,
386386 crate_path,
387387 SourceType :: InTree ,
388- & [ "sysroot-abi" . to_owned ( ) , " in-rust-tree". to_owned ( ) ] ,
388+ & [ "in-rust-tree" . to_owned ( ) ] ,
389389 ) ;
390390 cargo. allow_features ( tool:: RustAnalyzer :: ALLOW_FEATURES ) ;
391391
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ impl Step for RustAnalyzerProcMacroSrv {
675675 tool : "rust-analyzer-proc-macro-srv" ,
676676 mode : Mode :: ToolRustc ,
677677 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( ) ] ,
679679 source_type : SourceType :: InTree ,
680680 allow_features : RustAnalyzer :: ALLOW_FEATURES ,
681681 } ) ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ proc-macro-test.path = "./proc-macro-test"
3838
3939[features ]
4040sysroot-abi = []
41- in-rust-tree = [" mbe/in-rust-tree" ]
41+ in-rust-tree = [" mbe/in-rust-tree" , " sysroot-abi " ]
4242
4343[lints ]
4444workspace = true
You can’t perform that action at this time.
0 commit comments