mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
51 lines
1.6 KiB
Text
51 lines
1.6 KiB
Text
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
--> tests/ui/min_rust_version_attr.rs:13:19
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: consider using the constant directly
|
|
= note: `#[deny(clippy::approx_constant)]` on by default
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
--> tests/ui/min_rust_version_attr.rs:19:19
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
--> tests/ui/min_rust_version_attr.rs:30:19
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
--> tests/ui/min_rust_version_attr.rs:41:19
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
--> tests/ui/min_rust_version_attr.rs:52:19
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
error: approximate value of `f{32, 64}::consts::LOG2_10` found
|
|
--> tests/ui/min_rust_version_attr.rs:60:27
|
|
|
|
|
LL | let log2_10 = 3.321928094887362;
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: consider using the constant directly
|
|
|
|
error: aborting due to 6 previous errors
|
|
|