mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Track labels in scopes
This commit is contained in:
parent
090e013161
commit
cbd325707b
4 changed files with 57 additions and 11 deletions
|
@ -2199,6 +2199,7 @@ pub enum ScopeDef {
|
|||
ImplSelfType(Impl),
|
||||
AdtSelfType(Adt),
|
||||
Local(Local),
|
||||
Label(Label),
|
||||
Unknown,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue