Complete exported macros in #[macro_use($0)]

This commit is contained in:
unexge 2023-12-16 16:19:58 +00:00
parent 21b06c1beb
commit b986d8ac92
6 changed files with 123 additions and 0 deletions

View file

@ -371,6 +371,7 @@ pub(super) enum CompletionAnalysis {
UnexpandedAttrTT {
colon_prefix: bool,
fake_attribute_under_caret: Option<ast::Attr>,
extern_crate: Option<ast::ExternCrate>,
},
}