about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/inner-attrs.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-87/+0
2022-08-28Remove `register_attr`-related testsYuki Okushi-0/+1
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-31/+1
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-1/+1
2021-04-10Add some proc-macro attribute token handling testsAaron Hill-1/+53
2021-03-25Ban custom inner attributes in expressions and statementsAaron Hill-2/+19
2021-02-28Add more proc-macro attribute testsAaron Hill-0/+47