mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Implemented T! macro for syntax kinds
This commit is contained in:
parent
ef782adc29
commit
57bb618fd3
6 changed files with 114 additions and 1 deletions
|
@ -34,6 +34,7 @@ pub mod fuzz;
|
|||
|
||||
pub use rowan::{SmolStr, TextRange, TextUnit};
|
||||
pub use ra_parser::SyntaxKind;
|
||||
pub use ra_parser::T;
|
||||
pub use crate::{
|
||||
ast::AstNode,
|
||||
syntax_error::{SyntaxError, SyntaxErrorKind, Location},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue