Skip to content

Commit 2678cd3

Browse files
committed
Allow rustc_private for RustAnalyzer
1 parent 4bc746b commit 2678cd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/tool.rs

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

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

609608
impl Step for RustAnalyzer {

0 commit comments

Comments
 (0)