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')` |
||
|---|---|---|
| .. | ||
| cmp.rs | ||
| mod.rs | ||
| parse.rs | ||
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')` |
||
|---|---|---|
| .. | ||
| cmp.rs | ||
| mod.rs | ||
| parse.rs | ||