mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Switch token trees to use Symbols
This commit is contained in:
parent
0c95aaa08e
commit
93024ad411
51 changed files with 593 additions and 399 deletions
|
@ -14,9 +14,9 @@ mod token_stream;
|
|||
pub use token_stream::TokenStream;
|
||||
|
||||
pub mod rust_analyzer_span;
|
||||
mod symbol;
|
||||
// mod symbol;
|
||||
pub mod token_id;
|
||||
pub use symbol::*;
|
||||
// pub use symbol::*;
|
||||
use tt::Spacing;
|
||||
|
||||
fn delim_to_internal<S>(d: proc_macro::Delimiter, span: bridge::DelimSpan<S>) -> tt::Delimiter<S> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue