internal: Lay basic ground work for standalone mbe tests

This commit is contained in:
Lukas Wirth 2024-08-26 10:59:04 +02:00
parent 1e30cc0f35
commit 4502a602a7
15 changed files with 233 additions and 52 deletions

View file

@ -55,6 +55,7 @@ pub use crate::files::{AstId, ErasedAstId, FileRange, InFile, InMacroFile, InRea
pub use mbe::{DeclarativeMacro, ValueResult};
pub use span::{HirFileId, MacroCallId, MacroFileId};
pub use syntax_bridge::insert_whitespace_into_node;
pub mod tt {
pub use span::Span;