about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-11-02 03:08:54 +0800
committerGitHub <noreply@github.com>2024-11-02 03:08:54 +0800
commit8366ecca2eb7bf51b168c669ae845ea360e3b0d8 (patch)
tree59d45d074daf993b163d65b6f6f5e2810afc21dc /compiler/rustc_codegen_llvm/src
parent93fb6ef84ea8019c95cceb445ecb85645e765ee6 (diff)
parent901b340c1f5d208561d4261cc3ee634973b35326 (diff)
downloadrust-8366ecca2eb7bf51b168c669ae845ea360e3b0d8.tar.gz
rust-8366ecca2eb7bf51b168c669ae845ea360e3b0d8.zip
Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35
Cleanup attributes around unchecked shifts and unchecked negation in const

The underlying intrinsic is marked as "safe to expose on stable", so we shouldn't need any `rustc_allow_const_fn_unstable(unchecked_shifts)` anywhere. However, bootstrap rustc doesn't yet have the new const stability checks, so these changes only apply under `cfg(not(bootstrap))`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions