about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/raw-ident.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-16/+0
2020-08-03Stabilize Ident::new_rawAaron Hill-0/+16
Tracking issue: #54723 This is a continuation of PR #59002