diff options
| author | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2024-09-09 18:20:27 +0200 |
|---|---|---|
| committer | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2024-09-25 18:54:33 +0200 |
| commit | c39ae569d6ab2fa3e8be19cb68d42732bbf082d4 (patch) | |
| tree | edcb9fed914a6dd7ebf9b53d01240ca7af6b103c /tests/ui/float/conv-bits-runtime-const.rs | |
| parent | e3c822df4e2f61de314a2c1b17705a2b02d84b66 (diff) | |
| download | rust-c39ae569d6ab2fa3e8be19cb68d42732bbf082d4.tar.gz rust-c39ae569d6ab2fa3e8be19cb68d42732bbf082d4.zip | |
Revert "Avoid invalid NaN lint machine-applicable suggestion in const context"
Reverts PR https://github.com/rust-lang/rust/pull/114486 (commit 1305a43d0a0c02cb224ab626745bd94af59c6098)
Diffstat (limited to 'tests/ui/float/conv-bits-runtime-const.rs')
| -rw-r--r-- | tests/ui/float/conv-bits-runtime-const.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/float/conv-bits-runtime-const.rs b/tests/ui/float/conv-bits-runtime-const.rs index e85a889d2c2..60c45cc4cc1 100644 --- a/tests/ui/float/conv-bits-runtime-const.rs +++ b/tests/ui/float/conv-bits-runtime-const.rs @@ -3,7 +3,6 @@ // This tests the float classification functions, for regular runtime code and for const evaluation. -#![feature(const_float_classify)] #![feature(f16)] #![feature(f128)] #![feature(f16_const)] |
