diff options
| author | Ibraheem Ahmed <ibraheem@ibraheem.ca> | 2022-06-04 16:12:45 -0400 |
|---|---|---|
| committer | Ibraheem Ahmed <ibraheem@ibraheem.ca> | 2022-06-04 16:12:45 -0400 |
| commit | f479289e78bc60fbb2aaa3abb33f7726bb12ea89 (patch) | |
| tree | 66ff813e4b73fb9f56350241a9dd1db5447c48e5 /src/test/ui/modules/auxiliary | |
| parent | c08f460beb86b60aab150f258d96bf99c6eae1b8 (diff) | |
| download | rust-f479289e78bc60fbb2aaa3abb33f7726bb12ea89.tar.gz rust-f479289e78bc60fbb2aaa3abb33f7726bb12ea89.zip | |
move dummy test module to auxiliary directory
Diffstat (limited to 'src/test/ui/modules/auxiliary')
| -rw-r--r-- | src/test/ui/modules/auxiliary/dummy_lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/modules/auxiliary/dummy_lib.rs b/src/test/ui/modules/auxiliary/dummy_lib.rs new file mode 100644 index 00000000000..ef805c1f020 --- /dev/null +++ b/src/test/ui/modules/auxiliary/dummy_lib.rs @@ -0,0 +1,2 @@ +#[allow(dead_code)] +pub struct Dummy; |
