2022-10-23 08:18:45 -05:00
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
|
|
--> $DIR/min_rust_version_attr.rs:13:19
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
= help: consider using the constant directly
|
|
|
|
= note: `#[deny(clippy::approx_constant)]` on by default
|
2020-12-06 08:01:03 -06:00
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/min_rust_version_attr.rs:19:19
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
= help: consider using the constant directly
|
|
|
|
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/min_rust_version_attr.rs:30:19
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-23 08:18:45 -05:00
|
|
|
= help: consider using the constant directly
|
2020-12-06 08:01:03 -06:00
|
|
|
|
2022-12-01 11:29:38 -06:00
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/min_rust_version_attr.rs:41:19
|
2022-12-01 11:29:38 -06:00
|
|
|
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/min_rust_version_attr.rs:52:19
|
2022-12-01 11:29:38 -06:00
|
|
|
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/min_rust_version_attr.rs:60:27
|
2022-12-01 11:29:38 -06:00
|
|
|
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
|
|
|
|
error: aborting due to 6 previous errors
|
2020-12-06 08:01:03 -06:00
|
|
|
|