mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Introduce SymbolKind::Attribute
This commit is contained in:
parent
5c00c3e8d4
commit
642c1eb720
15 changed files with 66 additions and 77 deletions
|
@ -145,6 +145,7 @@ fn line_index(db: &dyn LineIndexDatabase, file_id: FileId) -> Arc<LineIndex> {
|
|||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub enum SymbolKind {
|
||||
Attribute,
|
||||
BuiltinAttr,
|
||||
Const,
|
||||
ConstParam,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue