rust/library/proc_macro/src
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
..
bridge Add Span::{line, column} 2023-06-20 19:40:25 -04:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
lib.rs implement Literal::byte_character 2023-09-23 23:29:47 +02:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00