Introduce SymbolKind::Derive

This commit is contained in:
Lukas Wirth
2021-12-04 18:18:09 +01:00
parent 642c1eb720
commit e4f2d0e3a8
12 changed files with 125 additions and 105 deletions

View File

@@ -149,6 +149,7 @@ pub enum SymbolKind {
BuiltinAttr,
Const,
ConstParam,
Derive,
Enum,
Field,
Function,