diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-07-17 03:58:43 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-07-17 03:59:25 -0500 |
| commit | 5157aa1a0f4d9a7a5f90bff59a7f9f7ca39ca1e9 (patch) | |
| tree | a3e6756ab875298af31bb3209196474ffee6f1da /compiler/rustc_codegen_llvm/src/common.rs | |
| parent | 93e0074aca1601132a12f7bb143e42824e21e1ce (diff) | |
| download | rust-5157aa1a0f4d9a7a5f90bff59a7f9f7ca39ca1e9.tar.gz rust-5157aa1a0f4d9a7a5f90bff59a7f9f7ca39ca1e9.zip | |
Allow a new lint failure in nightly
```text
warning: function `f32_to_bits` is never used
--> libm/src/math/support/float_traits.rs:367:14
|
367 | pub const fn f32_to_bits(x: f32) -> u32 {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: function `f64_to_bits` is never used
--> libm/src/math/support/float_traits.rs:381:14
|
381 | pub const fn f64_to_bits(x: f64) -> u64 {
| ^^^^^^^^^^^
warning: `libm` (lib) generated 2 warnings
```
This is a false positive, see RUST-144060.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/common.rs')
0 files changed, 0 insertions, 0 deletions
