Skip to content

Commit add6ca3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ pub struct RustAnalyzer {
603603

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

609609
impl Step for RustAnalyzer {

0 commit comments

Comments
 (0)