future proof structure

This commit is contained in:
Aleksey Kladov 2021-10-09 14:48:38 +03:00
parent 5ecda802f1
commit 8e9003447c
3 changed files with 143 additions and 135 deletions

View file

@ -2,6 +2,9 @@
//! `macro_rules` macros. It uses `TokenTree` (from `tt` package) as the
//! interface, although it contains some code to bridge `SyntaxNode`s and
//! `TokenTree`s as well!
//!
//! The tes for this functionality live in another crate:
//! `hir_def::macro_expansion_tests::mbe`.
mod parser;
mod expander;