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