mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
future proof structure
This commit is contained in:
parent
5ecda802f1
commit
8e9003447c
3 changed files with 143 additions and 135 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue