Skip to content

Commit 09b73f5

Browse files
committed
Move tests\ui\path.rs to tests\ui\modules\mod-pub-access.rs
1 parent a2e5764 commit 09b73f5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/ui/modules/mod-pub-access.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//@ run-pass
2+
3+
mod foo {
4+
pub fn bar(_offset: usize) {}
5+
}
6+
7+
fn main() { foo::bar(0); }

tests/ui/path.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)