rust/tests/ui/span/auxiliary/transitive_dep_three.rs

10 lines
173 B
Rust

#[macro_export]
macro_rules! define_parse_error {
() => {
#[macro_export]
macro_rules! parse_error {
() => { parse error }
}
}
}