Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #157338 - GuillaumeGomez:byte_character_value, r=traviscross,Mark-Simulacrum
Make `Literal::byte_character_value` work with bytes as well
As noted in [this comment](https://github.com/rust-lang/rust/pull/151973#discussion_r3330177214), `byte_character_value` should work for bytes, so this PR fixes it.
r? @traviscross