]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/auxiliary/transitive_dep_three.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.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 }