2022-10-21 16:35:39 -05:00
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/min_rust_version_attr.rs:13:19
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-21 16:35:39 -05:00
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-21 16:35:39 -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-21 16:35:39 -05:00
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/min_rust_version_attr.rs:19:19
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-21 16:35:39 -05:00
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-21 16:35:39 -05:00
|
|
|
= help: consider using the constant directly
|
|
|
|
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/min_rust_version_attr.rs:30:19
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-21 16:35:39 -05:00
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-12-06 08:01:03 -06:00
|
|
|
|
|
2022-10-21 16:35:39 -05:00
|
|
|
= help: consider using the constant directly
|
2020-12-06 08:01:03 -06:00
|
|
|
|
2022-11-21 08:37:51 -06:00
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/min_rust_version_attr.rs:41:19
|
2022-11-21 08:37:51 -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
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/min_rust_version_attr.rs:52:19
|
2022-11-19 06:50:02 -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
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/min_rust_version_attr.rs:60:27
|
2022-11-21 08:37:51 -06:00
|
|
|
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
|
2022-11-19 06:50:02 -06:00
|
|
|
error: aborting due to 6 previous errors
|
2020-12-06 08:01:03 -06:00
|
|
|
|