Skip to content

Commit

Permalink
Add proc_macro_def_site to r-a ALLOW_FEATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jan 3, 2024
1 parent a8f2484 commit b91d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ pub struct RustAnalyzer {
}

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

impl Step for RustAnalyzer {
Expand Down

0 comments on commit b91d1c0

Please sign in to comment.