Add proc_macro_def_site to r-a ALLOW_FEATURES

This commit is contained in:
Laurențiu Nicola 2024-01-02 17:02:22 +02:00
parent a8f2484733
commit b91d1c0cf9

View File

@ -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 {