about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorEmil Gardström <emil.gardstrom@gmail.com>2023-09-23 20:48:00 +0200
committerEmil Gardström <emil.gardstrom@gmail.com>2023-09-23 23:29:47 +0200
commit74f52613454714cd033165cc635a407ef61f04c2 (patch)
tree0afbfba6b35a9f208695c0d7c9757de1c1af73e3 /compiler/rustc_codegen_llvm/src
parent19c65022fc1ad9cc3d3dcf50a0bdf50e4ab572ab (diff)
downloadrust-74f52613454714cd033165cc635a407ef61f04c2.tar.gz
rust-74f52613454714cd033165cc635a407ef61f04c2.zip
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')`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions