move tt-iter into tt crate

This commit is contained in:
Lukas Wirth 2024-06-24 14:47:12 +02:00
parent db056b4a69
commit dc39e87b79
10 changed files with 336 additions and 323 deletions

View file

@ -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
///