mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
74f5261345
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')`