about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-23 22:38:45 +0000
committerbors <bors@rust-lang.org>2023-09-23 22:38:45 +0000
commitacfb46db5a01fec939a28f2cd80f24289d903d71 (patch)
tree53cd30b6dfd7e286b8c529c579dfda0829d06d67 /compiler/rustc_codegen_llvm/src
parent13e6f24b9adda67852fb86538541adaa68aff6e8 (diff)
parent74f52613454714cd033165cc635a407ef61f04c2 (diff)
downloadrust-acfb46db5a01fec939a28f2cd80f24289d903d71.tar.gz
rust-acfb46db5a01fec939a28f2cd80f24289d903d71.zip
Auto merge of #112711 - Emilgardis:lit_byte_char, r=dtolnay
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
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions