mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 20:55:42 +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')`