about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/auxiliary/attr-stmt-expr.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-49/+0
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-2/+2
In addition to making the output look nicer for all crates, this also aligns the pretty-printing output with what the `rental` crate expects. This will allow us to eventually disable a backwards-compat hack in a follow-up PR.
2020-11-26Use custom macro instead of printlnAaron Hill-4/+4
Loading a macro from libstd causes us to load serialized `SyntaxContext`s in a platform-dependent way, causing the printed spans to differ between platforms.
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ↵Vadim Petrochenkov-3/+3
macros
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-0/+59