mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Scale token generation back
This commit is contained in:
parent
779f06ed77
commit
8d71a6bf0c
9 changed files with 136 additions and 547 deletions
|
@ -655,4 +655,10 @@ macro_rules! T {
|
|||
( raw ) => {
|
||||
$crate::SyntaxKind::RAW_KW
|
||||
};
|
||||
( lifetime ) => {
|
||||
$crate::SyntaxKind::LIFETIME
|
||||
};
|
||||
( ident ) => {
|
||||
$crate::SyntaxKind::IDENT
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue