about summary refs log tree commit diff
path: root/tests/ui/proc-macro/auxiliary/api
AgeCommit message (Collapse)AuthorLines
2023-09-23implement Literal::byte_characterEmil Gardström-0/+5
without this, the only way to create a `LitKind::Byte` is by doing `"b'a'".parse::<Literal>()`, this solves that by enabling `Literal::byte_character(b'a')`
2023-06-20Fix testsJacob Pratt-10/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+100