mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Pass attributes as token tree to DefCollector
This commit is contained in:
parent
ba3ec8b150
commit
ffe179a736
4 changed files with 54 additions and 21 deletions
|
@ -1962,6 +1962,7 @@ impl AstNode for ModuleItem {
|
|||
}
|
||||
}
|
||||
}
|
||||
impl ast::AttrsOwner for ModuleItem {}
|
||||
impl ModuleItem {}
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct Name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue