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 | ||
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 | ||