mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Provide regions in file structure
This commit is contained in:
parent
af8440b848
commit
71a97a2d8c
5 changed files with 55 additions and 4 deletions
|
@ -148,6 +148,7 @@ pub enum SymbolKind {
|
|||
Local,
|
||||
Macro,
|
||||
Module,
|
||||
Region,
|
||||
SelfParam,
|
||||
Static,
|
||||
Struct,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue