diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:59:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:59:43 +0800 |
| commit | 9e0372f9d148a7c340cfab93727a7a3d3db023df (patch) | |
| tree | 8983076c1a27436e7878411d082528116c617054 /mingling_pathf/test/src/has_sub_mod.rs | |
| parent | 0c97eee05e8cd99b17ad17827d79afa739957db1 (diff) | |
test(mingling-pathf): add integration tests for module path analysis
Diffstat (limited to 'mingling_pathf/test/src/has_sub_mod.rs')
| -rw-r--r-- | mingling_pathf/test/src/has_sub_mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mingling_pathf/test/src/has_sub_mod.rs b/mingling_pathf/test/src/has_sub_mod.rs new file mode 100644 index 0000000..1c961a1 --- /dev/null +++ b/mingling_pathf/test/src/has_sub_mod.rs @@ -0,0 +1,5 @@ +pub mod sub_mod; + +pub mod directly_sub_mod { + pub struct DirectlySubModStruct; +} |
