mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
Add GenericDefId::StaticId
This commit is contained in:
parent
55d1d5dd8b
commit
3bb0ff3480
13 changed files with 46 additions and 24 deletions
|
|
@ -986,6 +986,7 @@ impl From<GenericDef> for Definition {
|
|||
GenericDef::TypeAlias(it) => it.into(),
|
||||
GenericDef::Impl(it) => it.into(),
|
||||
GenericDef::Const(it) => it.into(),
|
||||
GenericDef::Static(it) => it.into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue