mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +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')`