Sign in
rust
/
rust
/
refs/heads/main
/
.
/
tests
/
incremental
/
cache-lint-expectation.rs
blob: 3c82225a95a29f93be3c641331ae9337fe99b999 [
file
] [
edit
]
// Regression test for #154878
//@ revisions: cpass1 cpass2
pub
fn
main
()
{
let
x
=
42.0
;
#[
expect
(
invalid_nan_comparisons
)]
let
_b
=
x
==
f32
::
NAN
;
}