mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

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')`