File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ pub struct RustAnalyzer {
692
692
impl Step for RustAnalyzer {
693
693
type Output = Option < PathBuf > ;
694
694
const DEFAULT : bool = true ;
695
- const ONLY_HOSTS : bool = true ;
695
+ const ONLY_HOSTS : bool = false ;
696
696
697
697
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
698
698
let builder = run. builder ;
@@ -719,8 +719,8 @@ impl Step for RustAnalyzer {
719
719
target : self . target ,
720
720
tool : "rust-analyzer" ,
721
721
mode : Mode :: ToolStd ,
722
- path : "src/tools/rust-analyzer/crates/rust-analyzer " ,
723
- extra_features : vec ! [ "in-rust-tree" . to_owned( ) ] ,
722
+ path : "src/tools/rust-analyzer" ,
723
+ extra_features : vec ! [ "rust-analyzer/ in-rust-tree" . to_owned( ) ] ,
724
724
is_optional_tool : true ,
725
725
source_type : SourceType :: InTree ,
726
726
} )
You can’t perform that action at this time.
0 commit comments