Skip to content

Commit b91d1c0

Browse files
committed
Add proc_macro_def_site to r-a ALLOW_FEATURES
1 parent a8f2484 commit b91d1c0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ pub struct RustAnalyzer {
594594
}
595595

596596
impl RustAnalyzer {
597-
pub const ALLOW_FEATURES: &'static str = "rustc_private,proc_macro_internals,proc_macro_diagnostic,proc_macro_span,proc_macro_span_shrink";
597+
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";
598598
}
599599

600600
impl Step for RustAnalyzer {

0 commit comments

Comments
 (0)