macro_rules! remove_sections {
([$($stack:tt)*]) => { ... };
([$($stack:tt)*] { $($tail:tt)* }) => { ... };
([$($stack:tt)*] $t:tt $($tail:tt)*) => { ... };
}
macro_rules! remove_sections {
([$($stack:tt)*]) => { ... };
([$($stack:tt)*] { $($tail:tt)* }) => { ... };
([$($stack:tt)*] $t:tt $($tail:tt)*) => { ... };
}