]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/auxiliary/transitive_dep_three.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / span / auxiliary / transitive_dep_three.rs
1 #[macro_export]
2 macro_rules! define_parse_error {
3 () => {
4 #[macro_export]
5 macro_rules! parse_error {
6 () => { parse error }
7 }
8 }
9 }