Skip to content

Commit 5c4a9c1

Browse files
committed
Auto merge of #152035 - Zalathar:rollup-Ur7QmrJ, r=Zalathar
Rollup of 7 pull requests Successful merges: - rust-lang/rust#152008 (`rust-analyzer` subtree update) - rust-lang/rust#151109 (fN::BITS constants for feature float_bits_const) - rust-lang/rust#151976 (Rename `collect_active_jobs` to several distinct names) - rust-lang/rust#151691 (compiletest: Don't assume `aux-crate` becomes a `*.so` with `no-prefer-dynamic`) - rust-lang/rust#151919 (fix: Make `--color always` always print color with `--explain`) - rust-lang/rust#152017 (Remove `with_no_trimmed_paths` use in query macro) - rust-lang/rust#152028 (Convert to inline diagnostics in `rustc_driver_impl`)
2 parents be3ff63 + 364d81f commit 5c4a9c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler-builtins/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#![feature(repr_simd)]
1212
#![feature(macro_metavar_expr_concat)]
1313
#![feature(rustc_attrs)]
14+
#![feature(float_bits_const)]
1415
#![cfg_attr(f16_enabled, feature(f16))]
1516
#![cfg_attr(f128_enabled, feature(f128))]
1617
#![no_builtins]

0 commit comments

Comments
 (0)