mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Complete exported macros in #[macro_use($0)]
This commit is contained in:
parent
21b06c1beb
commit
b986d8ac92
6 changed files with 123 additions and 0 deletions
|
@ -371,6 +371,7 @@ pub(super) enum CompletionAnalysis {
|
|||
UnexpandedAttrTT {
|
||||
colon_prefix: bool,
|
||||
fake_attribute_under_caret: Option<ast::Attr>,
|
||||
extern_crate: Option<ast::ExternCrate>,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue