mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Show const params in completions
This commit is contained in:
parent
bf889bcf3b
commit
bed12833cc
4 changed files with 41 additions and 12 deletions
|
@ -2045,7 +2045,7 @@ impl Callable {
|
|||
pub enum ScopeDef {
|
||||
ModuleDef(ModuleDef),
|
||||
MacroDef(MacroDef),
|
||||
GenericParam(TypeParam),
|
||||
GenericParam(GenericParam),
|
||||
ImplSelfType(Impl),
|
||||
AdtSelfType(Adt),
|
||||
Local(Local),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue