@@ -5,7 +5,7 @@ LL | foo(1.0);
55 | ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
66 |
77 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8- = note: for more information, see issue #0 <https://github.com/rust-lang/rust/issues/0 >
8+ = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024 >
99 = note: `#[warn(float_literal_f32_fallback)]` on by default
1010
1111warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
@@ -15,7 +15,7 @@ LL | foo(-(2.5));
1515 | ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
1616 |
1717 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
18- = note: for more information, see issue #0 <https://github.com/rust-lang/rust/issues/0 >
18+ = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024 >
1919
2020warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
2121 --> $DIR/f32-into-f32.rs:15:9
@@ -24,7 +24,7 @@ LL | foo(1e5);
2424 | ^^^ help: explicitly specify the type as `f32`: `1e5_f32`
2525 |
2626 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
27- = note: for more information, see issue #0 <https://github.com/rust-lang/rust/issues/0 >
27+ = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024 >
2828
2929warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
3030 --> $DIR/f32-into-f32.rs:19:14
@@ -33,7 +33,7 @@ LL | let x = -4.0;
3333 | ^^^ help: explicitly specify the type as `f32`: `4.0_f32`
3434 |
3535 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
36- = note: for more information, see issue #0 <https://github.com/rust-lang/rust/issues/0 >
36+ = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024 >
3737
3838warning: 4 warnings emitted
3939
0 commit comments