diff options
Diffstat (limited to 'tests/ui/missing_non_modrs_mod/foo.rs')
| -rw-r--r-- | tests/ui/missing_non_modrs_mod/foo.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/missing_non_modrs_mod/foo.rs b/tests/ui/missing_non_modrs_mod/foo.rs new file mode 100644 index 00000000000..4f41316c8f7 --- /dev/null +++ b/tests/ui/missing_non_modrs_mod/foo.rs @@ -0,0 +1,4 @@ +// +// ignore-test this is just a helper for the real test in this dir + +mod missing; |
