Add proc_macro_def_site to r-a ALLOW_FEATURES
This commit is contained in:
parent
a8f2484733
commit
b91d1c0cf9
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user