about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/dollar-crate.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-40/+0
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-4/+3
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-0/+1
2020-05-31test-macros: Avoid always producing errors in `#[derive(Print)]`Vadim Petrochenkov-2/+3
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-7/+6
2018-12-20Workaround issues with crate loading during cross-compilationVadim Petrochenkov-1/+7
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-7/+25
2018-12-19proc_macro: Accept `$crate` as an identifier if it comes from the compilerVadim Petrochenkov-0/+16