mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00: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')` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |