Merge #7351
7351: Show const params in completions r=Veykril a=Veykril bors r+  Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
@@ -2046,7 +2046,7 @@ impl Callable {
|
||||
pub enum ScopeDef {
|
||||
ModuleDef(ModuleDef),
|
||||
MacroDef(MacroDef),
|
||||
GenericParam(TypeParam),
|
||||
GenericParam(GenericParam),
|
||||
ImplSelfType(Impl),
|
||||
AdtSelfType(Adt),
|
||||
Local(Local),
|
||||
|
||||
Reference in New Issue
Block a user