mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +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')`