diff options
Diffstat (limited to 'tests/ui/proc-macro/module_with_attrs.rs')
-rw-r--r-- | tests/ui/proc-macro/module_with_attrs.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/module_with_attrs.rs b/tests/ui/proc-macro/module_with_attrs.rs new file mode 100644 index 000000000..63e66a62a --- /dev/null +++ b/tests/ui/proc-macro/module_with_attrs.rs @@ -0,0 +1,4 @@ +// ignore-test + +#![rustfmt::skip] +#![print_attr] |