rust/tests/ui/imports/auxiliary/issue-56125.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
174 B
Rust
Raw Normal View History

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 {}
}
}