Skip to content

Commit 01422d1

Browse files
committed
Allow rustc_private for RustAnalyzer
1 parent 89a3fd4 commit 01422d1

File tree

1 file changed

+1
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-2
lines changed

src/bootstrap/src/core/build_steps/tool.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,7 @@ pub struct RustAnalyzer {
603603
}
604604

605605
impl RustAnalyzer {
606-
pub const ALLOW_FEATURES: &'static str =
607-
"proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink";
606+
pub const ALLOW_FEATURES: &'static str = "rustc_private,proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink";
608607
}
609608

610609
impl Step for RustAnalyzer {

0 commit comments

Comments
 (0)