mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
Update stderr of float_cmp test
This commit is contained in:
parent
03f584c0c7
commit
b4ff774d72
@ -35,31 +35,31 @@ note: `f32::EPSILON` and `f64::EPSILON` are available.
|
|||||||
LL | twice(x) != twice(ONE as f64);
|
LL | twice(x) != twice(ONE as f64);
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
error: strict comparison of f32 or f64
|
error: strict comparison of `f32` or `f64`
|
||||||
--> $DIR/float_cmp.rs:83:5
|
--> $DIR/float_cmp.rs:83:5
|
||||||
|
|
|
|
||||||
LL | assert_eq!(a1[0], a2[0]);
|
LL | assert_eq!(a1[0], a2[0]);
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
note: std::f32::EPSILON and std::f64::EPSILON are available.
|
note: `std::f32::EPSILON` and `std::f64::EPSILON` are available.
|
||||||
--> $DIR/float_cmp.rs:83:5
|
--> $DIR/float_cmp.rs:83:5
|
||||||
|
|
|
|
||||||
LL | assert_eq!(a1[0], a2[0]);
|
LL | assert_eq!(a1[0], a2[0]);
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
|
||||||
error: strict comparison of f32 or f64
|
error: strict comparison of `f32` or `f64`
|
||||||
--> $DIR/float_cmp.rs:85:5
|
--> $DIR/float_cmp.rs:85:5
|
||||||
|
|
|
|
||||||
LL | assert_eq!(&a1[0], &a2[0]);
|
LL | assert_eq!(&a1[0], &a2[0]);
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
note: std::f32::EPSILON and std::f64::EPSILON are available.
|
note: `std::f32::EPSILON` and `std::f64::EPSILON` are available.
|
||||||
--> $DIR/float_cmp.rs:85:5
|
--> $DIR/float_cmp.rs:85:5
|
||||||
|
|
|
|
||||||
LL | assert_eq!(&a1[0], &a2[0]);
|
LL | assert_eq!(&a1[0], &a2[0]);
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
|
||||||
error: aborting due to 5 previous errors
|
error: aborting due to 5 previous errors
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user