mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Support resolution of #[macro_use] extern crate
This commit is contained in:
parent
f2a200c1ee
commit
f5bea9051b
4 changed files with 30 additions and 2 deletions
|
@ -669,6 +669,7 @@ Grammar(
|
|||
collections: [("use_trees", "UseTree")]
|
||||
),
|
||||
"ExternCrateItem": (
|
||||
traits: ["AttrsOwner"],
|
||||
options: ["NameRef", "Alias"],
|
||||
),
|
||||
"ArgList": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue