about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-13 12:32:18 +0200
committerGitHub <noreply@github.com>2024-10-13 12:32:18 +0200
commit84dd8cdb228d692bff83eef4b9f9483457ed8be1 (patch)
treefbc22addeae8c14bcfa35b3075571b7248f4a5c0 /compiler/rustc_codegen_llvm/src
parent29ef664763b599fd5f2388f8d705983fd135f379 (diff)
parent90e4f10f6c40d8bcf290f2ea7bf9c9d310de9d65 (diff)
downloadrust-84dd8cdb228d692bff83eef4b9f9483457ed8be1.tar.gz
rust-84dd8cdb228d692bff83eef4b9f9483457ed8be1.zip
Rollup merge of #131641 - RalfJung:unicode-bitset-static, r=dtolnay
switch unicode-data bitsets back to 'static'

Back in https://github.com/rust-lang/rust/pull/101401, these were changed to `const` to make some functions `const fn`. However, `@dtolnay` was [not happy](https://github.com/rust-lang/rust/issues/101400#issuecomment-1742500968) about this. Meanwhile, `const fn` can access immutable statics like these, so we can change this back.

Part of https://github.com/rust-lang/rust/issues/101400.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions