Skip to content

Commit 50be500

Browse files
committed
Add new_alloc_zeroed to rust-analyzer ALLOW_FEATURES
1 parent 34b19c2 commit 50be500

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ impl RustAnalyzer {
10211021
}
10221022

10231023
impl RustAnalyzer {
1024-
pub const ALLOW_FEATURES: &'static str = "rustc_private,proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink,proc_macro_def_site";
1024+
pub const ALLOW_FEATURES: &'static str = "rustc_private,proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink,proc_macro_def_site,new_alloc_zeroed";
10251025
}
10261026

10271027
impl Step for RustAnalyzer {

0 commit comments

Comments
 (0)