Skip to content

Commit 68609d4

Browse files
authored
Rollup merge of #152018 - clarfonthey:bigint-tracking-issues, r=scottmcm
Move bigint helper tracking issues Closes rust-lang/rust#85532. This splits the remainder of the `bigint_helper_methods` tracking issue into three issues: * `signed_bigint_helpers`: rust-lang/rust#151989 * `widening_mul`: rust-lang/rust#152016 * `const_unsigned_bigint_helpers`: rust-lang/rust#152015 Note that the existing stable methods were merged under the `unsigned_bigint_helpers` feature as part of rust-lang/rust#144494.
2 parents f29299f + d4aefd9 commit 68609d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/core_arch/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
f16,
3434
aarch64_unstable_target_feature,
3535
target_feature_inline_always,
36-
bigint_helper_methods,
3736
funnel_shifts,
3837
avx10_target_feature,
3938
const_trait_impl,

0 commit comments

Comments
 (0)