Add proc_macro_def_site to r-a ALLOW_FEATURES
This commit is contained in:
parent
a8f2484733
commit
b91d1c0cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue