about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-04-26 05:41:04 +0000
committerbors <bors@rust-lang.org>2021-04-26 05:41:04 +0000
commit4f0b24fd73ec5f80cf61c4bad30538634660ce9a (patch)
treeb7da5de2c30fb039029b332d497e87bc8ca4ddbc /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentee8382f297bcf15a1e3680f54bd30ce4d1446b76 (diff)
parent34e51279ab5ea725431d930736b3a97cd22ad286 (diff)
downloadrust-4f0b24fd73ec5f80cf61c4bad30538634660ce9a.tar.gz
rust-4f0b24fd73ec5f80cf61c4bad30538634660ce9a.zip
Auto merge of #84543 - paolobarbolini:reverse_bits-const-since, r=m-ou-se
Fix 'const-stable since' of reverse_bits

This fixes the const_stable `since` of `reverse_bits` for the signed and unsigned integer types. The previous value was incorrect, as it pointed to an older version where `reverse_bits` hadn't been stabilized yet.

`reverse_bits` was const-stable from the start, as can be seen from:

https://doc.rust-lang.org/1.37.0/std/primitive.u32.html#method.reverse_bits
https://doc.rust-lang.org/1.37.0/std/primitive.i32.html#method.reverse_bits
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions