mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
acfb46db5a
implement Literal::byte_character 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')` cc #71358 The tracking issue is #115268