mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-21 20:17:55 +00:00
6 lines
125 B
Rust
6 lines
125 B
Rust
![]() |
use crate::{mbe, tt};
|
||
|
|
||
|
pub fn exapnd(rules: &mbe::MacroRules, input: tt::Subtree) -> Option<tt::Subtree> {
|
||
|
Some(input)
|
||
|
}
|