mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Use GenericParam in ScopeDef
This commit is contained in:
parent
1312c57d34
commit
ca1af86e7b
2 changed files with 10 additions and 4 deletions
|
@ -1070,7 +1070,7 @@ pub struct ImplBlock {
|
|||
pub enum ScopeDef {
|
||||
ModuleDef(ModuleDef),
|
||||
MacroDef(MacroDef),
|
||||
GenericParam(u32),
|
||||
GenericParam(GenericParam),
|
||||
ImplSelfType(ImplBlock),
|
||||
AdtSelfType(Adt),
|
||||
Local(Local),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue