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')` |
||
|---|---|---|
| .. | ||
| bridge | ||
| diagnostic.rs | ||
| lib.rs | ||
| quote.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')` |
||
|---|---|---|
| .. | ||
| bridge | ||
| diagnostic.rs | ||
| lib.rs | ||
| quote.rs | ||