]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/inert-attribute-order.stdout
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / proc-macro / inert-attribute-order.stdout
1 PRINT-ATTR INPUT (DISPLAY): /// 1
2 #[rustfmt :: attr2] #[doc = "3"] #[doc = "4"] #[rustfmt :: attr5] /// 6
3 #[print_attr(nodebug)] struct S ;
4 PRINT-ATTR RE-COLLECTED (DISPLAY): #[doc = " 1"] #[rustfmt :: attr2] #[doc = "3"] #[doc = "4"]
5 #[rustfmt :: attr5] #[doc = " 6"] #[print_attr(nodebug)] struct S ;
6 PRINT-ATTR INPUT (DISPLAY): #[doc = " 1"] #[rustfmt :: attr2] #[doc = "3"] #[doc = "4"]
7 #[rustfmt :: attr5] #[doc = " 6"] struct S ;