about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/inert-attribute-order.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/proc-macro/inert-attribute-order.stdout')
-rw-r--r--src/test/ui/proc-macro/inert-attribute-order.stdout7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/ui/proc-macro/inert-attribute-order.stdout b/src/test/ui/proc-macro/inert-attribute-order.stdout
deleted file mode 100644
index cc215545952..00000000000
--- a/src/test/ui/proc-macro/inert-attribute-order.stdout
+++ /dev/null
@@ -1,7 +0,0 @@
-PRINT-ATTR INPUT (DISPLAY): /// 1
-#[rustfmt :: attr2] #[doc = "3"] #[doc = "4"] #[rustfmt :: attr5] /// 6
-#[print_attr(nodebug)] struct S ;
-PRINT-ATTR RE-COLLECTED (DISPLAY): #[doc = " 1"] #[rustfmt :: attr2] #[doc = "3"] #[doc = "4"]
-#[rustfmt :: attr5] #[doc = " 6"] #[print_attr(nodebug)] struct S ;
-PRINT-ATTR INPUT (DISPLAY): #[doc = " 1"] #[rustfmt :: attr2] #[doc = "3"] #[doc = "4"]
-#[rustfmt :: attr5] #[doc = " 6"] struct S ;