summary refs log tree commit diff
path: root/src/test/ui/proc-macro/attribute-after-derive.stdout
AgeCommit message (Expand)AuthorLines
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2
2021-09-24Stabilize `feature(macro_attributes_in_derive_output)`Vadim Petrochenkov-38/+38
2021-09-24builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ...Vadim Petrochenkov-2/+46
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-12/+12
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-16/+16
2021-02-07Feature gate macro attributes in `#[derive]` outputVadim Petrochenkov-29/+29
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+148