mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
move tt-iter into tt crate
This commit is contained in:
parent
db056b4a69
commit
dc39e87b79
10 changed files with 336 additions and 323 deletions
|
@ -6,8 +6,9 @@ use std::sync::Arc;
|
|||
use arrayvec::ArrayVec;
|
||||
use span::{Edition, Span, SyntaxContextId};
|
||||
use syntax::SmolStr;
|
||||
use tt::iter::TtIter;
|
||||
|
||||
use crate::{tt_iter::TtIter, ParseError};
|
||||
use crate::ParseError;
|
||||
|
||||
/// Consider
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue