Skip to content

Commit 9de5fae

Browse files
committed
Add proc_macro_def_site to r-a ALLOW_FEATURES
1 parent 0ccd7c9 commit 9de5fae

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
@@ -613,7 +613,7 @@ pub struct RustAnalyzer {
613613
}
614614

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

619619
impl Step for RustAnalyzer {

0 commit comments

Comments
 (0)