summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/auxiliary/issue-56125.rs
blob: 8e0797582970d9c0aa427c33a87c798517b6e02d (plain)
1
2
3
4
5
6
7
8
9
10
11
pub mod issue_56125 {}

pub mod last_segment {
    pub mod issue_56125 {}
}

pub mod non_last_segment {
    pub mod non_last_segment {
        pub mod issue_56125 {}
    }
}