rust/tests/ui/proc-macro
Emil Gardström 74f5261345
implement Literal::byte_character
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-09-23 23:29:47 +02:00
..
2023-04-10 22:02:52 +02:00
2023-04-10 22:02:52 +02:00
2023-04-10 22:02:52 +02:00
2023-04-10 22:02:52 +02:00
2023-03-14 19:12:42 +00:00
2023-04-03 09:24:11 +02:00